From a77041f212f4df650fe1644a79c7e1e94a8f46b3 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 8 Mar 2022 09:41:51 +0100 Subject: [PATCH] no need to put the variable in quotes, just the value --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 535fa83..bd2fe24 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -455,7 +455,7 @@ install build:: # Loop over all architectures. install build debug:: ${MAKE_FIRST} @+for ARCH in ${CROSS_COMPILER_TARGET_ARCHS}; do \ - umask 002; echo MAKING ${EPICSVERSION} ARCH $$ARCH; $(foreach v,$(filter IGNORE_MODULES%,${.VARIABLES}),"$v=${$v}") ${MAKE} -f ${USERMAKEFILE} T_A=$$ARCH $@; \ + umask 002; echo MAKING ${EPICSVERSION} ARCH $$ARCH; $(foreach v,$(filter IGNORE_MODULES%,${.VARIABLES}),$v="${$v}") ${MAKE} -f ${USERMAKEFILE} T_A=$$ARCH $@; \ done else # T_A