From 4da4ebac98c35c898fe26dd467ffed152185c67c Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 14 Jun 2016 16:19:54 +0000 Subject: [PATCH] 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 --- share/mk/bsd.crunchgen.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.crunchgen.mk b/share/mk/bsd.crunchgen.mk index 435dfeb3f2f..2c93526ddcf 100644 --- a/share/mk/bsd.crunchgen.mk +++ b/share/mk/bsd.crunchgen.mk @@ -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 # Someone should replace the bin/csh and bin/sh build-tools with # shell scripts so we can remove this nonsense.