aboutsummaryrefslogtreecommitdiff
path: root/share/mk/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:10 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:10 +0000
commit568f2ee1583dadc7e6bc2b050146c4df25bb169f (patch)
treeb72446c8d42ce58e1b3f0f2ada984ffcfa011cc9 /share/mk/Makefile
parent249f51a492bc82730415727f8f0a4c30e6aaaae7 (diff)
downloadsrc-568f2ee1583dadc7e6bc2b050146c4df25bb169f.tar.gz
src-568f2ee1583dadc7e6bc2b050146c4df25bb169f.zip
Don't create a Makefile.depend in share/mk.
This would cause it to be included everywhere in the build since it is the MAKESYSPATH. This leads to including dirdeps.mk more times than desired. Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291733
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index b088b919eb7d..ac3fd94a7f07 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -6,6 +6,11 @@
# will read this Makefile since it auto includes it into -I.
.if ${.CURDIR} == ${.PARSEDIR}
+# Avoid creating a Makefile.depend here as it would get included anywhere
+# in the build, similar to the problem above. It would cause dirdeps.mk
+# to be included more times than desired.
+UPDATE_DEPENDFILE= no
+
.include <src.opts.mk>
FILES= \