summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-14 16:19:54 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-14 16:19:54 +0000
commitabaeb3d946916edfb62079c35736a2cab3e1a914 (patch)
tree1c32660bce9bc1488231159649a4591e67c63c45
parent055864c02296d34bb1adeff0af386ad5d80b6fe0 (diff)
downloadFreeBSD-src-abaeb3d946916edfb62079c35736a2cab3e1a914.zip
FreeBSD-src-abaeb3d946916edfb62079c35736a2cab3e1a914.tar.gz
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
-rw-r--r--share/mk/bsd.crunchgen.mk2
1 files changed, 1 insertions, 1 deletions
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
# <sigh> Someone should replace the bin/csh and bin/sh build-tools with
# shell scripts so we can remove this nonsense.
OpenPOWER on IntegriCloud