old make on SL6 has no undefine

This commit is contained in:
2020-09-10 15:31:52 +02:00
parent 2d0e65737b
commit 3346dbc753
+3 -7
View File
@@ -96,13 +96,9 @@ EXPORTFILE = ${PRJ}_exportAddress.c
SUBFUNCFILE = ${PRJ}_subRecordFunctions.dbd
DEPFILE = ${PRJ}.dep
# Clear potential environment variables.
undefine TEMPLATES
undefine SOURCES
undefine DBDS
undefine HEADERS
undefine BASH_ENV
undefine ENV
# Clear potentially problematic environment variables.
BASH_ENV=
ENV=
# Default target is "build" for all versions.
# Don't install anything (different from default EPICS make rules).