WITH_META_MODE: Fix rescue rebuilding build-tools.

This is the same issue as r297997.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-06-14 16:19:54 +00:00
parent 055864c022
commit abaeb3d946

View File

@ -130,7 +130,7 @@ ${PROG}: ${OUTPUTS} objs .META
objs: ${OUTMK} .META
${CRUNCHENV} MAKEOBJDIRPREFIX=${CRUNCHOBJS} \
${MAKE} -f ${OUTMK} objs
${MAKE} -f ${OUTMK} BUILD_TOOLS_META=.NOMETA_CMP objs
# <sigh> Someone should replace the bin/csh and bin/sh build-tools with
# shell scripts so we can remove this nonsense.