Author: bdrewery
Date: Sat Nov 18 20:01:09 2017
New Revision: 325972
URL: https://svnweb.freebsd.org/changeset/base/325972
Log:
Include Makefile.sys.inc if possible for top-level only.
This will allow disabling some things like AUTO_OBJ early if not needed for
the
directory/targets, without putting special logic into share/mk/*.sys.mk.
Sponsored by: Dell
Modified:
head/share/mk/src.sys.env.mk
Modified: head/share/mk/src.sys.env.mk
==============================================================================
--- head/share/mk/src.sys.env.mk Sat Nov 18 20:01:05 2017
(r325971)
+++ head/share/mk/src.sys.env.mk Sat Nov 18 20:01:09 2017
(r325972)
@@ -44,4 +44,7 @@ MAKESYSPATH:= ${.PARSEDIR:tA}
.export MAKESYSPATH
.endif
+.if ${RELDIR:U} == "." && ${.MAKE.LEVEL} == 0
+.sinclude "${.CURDIR}/Makefile.sys.inc"
+.endif
.include <src.sys.obj.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"