summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-04-28 17:54:45 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-04-28 17:54:45 +0000
commit959a635039d710e2eba2509f8d7f76d2232e237e (patch)
tree4ec69980145632ac68dd342c1ddc33166a931558 /Makefile.inc1
parentfa074dda32dab51cace8f8a06d00192dd8dcfdaa (diff)
downloadFreeBSD-src-959a635039d710e2eba2509f8d7f76d2232e237e.zip
FreeBSD-src-959a635039d710e2eba2509f8d7f76d2232e237e.tar.gz
MFC r316586:
META_MODE: Fix build-tools still sometimes rebuilding during target build.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e24aa54..ee4bd19 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -459,7 +459,7 @@ CROSSENV+= MAKEOBJDIRPREFIX=${OBJTREE} \
CPUTYPE=${TARGET_CPUTYPE}
.if ${MK_META_MODE} != "no"
# Don't rebuild build-tools targets during normal build.
-CROSSENV+= BUILD_TOOLS_META=.NOMETA_CMP
+CROSSENV+= BUILD_TOOLS_META=.NOMETA
.endif
.if ${MK_GROFF} != "no"
CROSSENV+= GROFF_BIN_PATH=${WORLDTMP}/legacy/usr/bin \
@@ -2496,7 +2496,7 @@ CDMAKE=${CDENV} PATH=${CDTMP}/usr/bin:${PATH} ${MAKE} ${NOFUN}
CD2MAKE=${CD2ENV} PATH=${CDTMP}/usr/bin:${XDDESTDIR}/usr/bin:${PATH} ${MAKE} ${NOFUN}
.if ${MK_META_MODE} != "no"
# Don't rebuild build-tools targets during normal build.
-CD2MAKE+= BUILD_TOOLS_META=.NOMETA_CMP
+CD2MAKE+= BUILD_TOOLS_META=.NOMETA
.endif
XDDESTDIR=${DESTDIR}/${XDTP}
.if !defined(OSREL)
OpenPOWER on IntegriCloud