From 1cdf2471d13f40d182dfc3d9d4f37fa179858adc Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 13 Aug 2020 12:12:16 +0200 Subject: [PATCH] get rid of git warnings from some base installations --- App/tools/driver.makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 0b64074..a315634 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -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