From abaeb3d946916edfb62079c35736a2cab3e1a914 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 14 Jun 2016 16:19:54 +0000 Subject: 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 435dfeb..2c93526 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. -- cgit v1.1