get rid of git warnings from some base installations

This commit is contained in:
2020-08-13 12:12:16 +02:00
parent 8a71a986cb
commit 1cdf2471d1
+2 -1
View File
@@ -249,7 +249,8 @@ submodules:
endif
# Loop over all EPICS versions for second run.
MAKEVERSION = ${MAKE} -f ${USERMAKEFILE} LIBVERSION=${LIBVERSION}
# Clear EPICS_SITE_VERSION to get rid of git warnings with some base installations
MAKEVERSION = ${MAKE} -f ${USERMAKEFILE} LIBVERSION=${LIBVERSION} EPICS_SITE_VERSION=
build install debug:: prebuild
@+for VERSION in ${BUILD_EPICS_VERSIONS}; do ${MAKEVERSION} EPICSVERSION=$$VERSION $@; done