summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-08 00:50:13 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-08 00:50:13 +0000
commit656f1238f4cccbac3934c39fbb0c74069b9878d1 (patch)
tree512a75d0980ec9fc1629478d7fffb320e8634249 /share
parent3406f5f6a5c8cb1d1deed7a7f04203b171dc40ee (diff)
downloadFreeBSD-src-656f1238f4cccbac3934c39fbb0c74069b9878d1.zip
FreeBSD-src-656f1238f4cccbac3934c39fbb0c74069b9878d1.tar.gz
FAST_DEPEND: Don't enable when .MAKE.MODE=meta.
This is because the .meta files generated from filemon already contain a list of all files read to generate the object. X-MFC-With: r290433 MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.dep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index eea818b..4eb4880 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -55,7 +55,7 @@ MKDEPCMD?= mkdep
.endif
DEPENDFILE?= .depend
DEPENDFILES= ${DEPENDFILE}
-.if ${MK_FAST_DEPEND} == "yes"
+.if ${MK_FAST_DEPEND} == "yes" && ${.MAKE.MODE:Unormal:Mmeta*} == ""
DEPENDFILES+= ${DEPENDFILE}.*
DEPEND_CFLAGS+= -MD -MP -MF${DEPENDFILE}.${.TARGET}
DEPEND_CFLAGS+= -MT${.TARGET}
OpenPOWER on IntegriCloud