Fix bug when IGNORE_MODULES contains more than one entry

This commit is contained in:
2022-02-25 11:19:28 +01:00
parent 84ada50763
commit d4ba9dbe7f
+1 -1
View File
@@ -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