Use CPP to preprocess version map files so we can conditionalize symbols.
This commit is contained in:
parent
9c63900742
commit
2c6a6b8718
@ -35,8 +35,10 @@ _vgen= ${path}/${VERSION_GEN}
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
# Run the symbol maps through the C preprocessor before passing
|
||||
# them to the symbol version generator.
|
||||
${VERSION_MAP}: ${VERSION_DEF} ${_vgen} ${SYMBOL_MAPS}
|
||||
awk -v vfile=${VERSION_DEF} -f ${_vgen} ${SYMBOL_MAPS} \
|
||||
> ${.TARGET}
|
||||
cat ${SYMBOL_MAPS} | ${CPP} - - \
|
||||
| awk -v vfile=${VERSION_DEF} -f ${_vgen} > ${.TARGET}
|
||||
.endif # !empty(VERSION_DEF) && !empty(SYMBOL_MAPS)
|
||||
.endif # !target(__<bsd.symver.mk>__)
|
||||
|
Loading…
Reference in New Issue
Block a user