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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to