export ARCH_PARTS

This commit is contained in:
2025-06-11 11:29:38 +02:00
parent 04c3267a8e
commit c5573e2e8c
+2
View File
@@ -531,6 +531,8 @@ endif
# Add sources for specific epics types (3.13 or 3.14) or architectures.
ARCH_PARTS = ${T_A} $(subst -, ,${T_A}) ${OS_CLASS}
export ARCH_PARTS
VAR_EXTENSIONS = $(firstword $(subst ., ,${EPICSVERSION})) ${EPICS_BASETYPE} ${EPICSVERSION} ${ARCH_PARTS} ${ARCH_PARTS:%=${EPICS_BASETYPE}_%} ${ARCH_PARTS:%=${EPICSVERSION}_%}
export VAR_EXTENSIONS