svn commit: r301882 - head/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jun 14 16:19:55 UTC 2016
Author: bdrewery
Date: Tue Jun 14 16:19:54 2016
New Revision: 301882
URL: https://svnweb.freebsd.org/changeset/base/301882
Log:
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
Modified:
head/share/mk/bsd.crunchgen.mk
Modified: head/share/mk/bsd.crunchgen.mk
==============================================================================
--- head/share/mk/bsd.crunchgen.mk Tue Jun 14 16:19:49 2016 (r301881)
+++ head/share/mk/bsd.crunchgen.mk Tue Jun 14 16:19:54 2016 (r301882)
@@ -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.
More information about the svn-src-head
mailing list