]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow the build system to safely set MK_FOO to avoid the ambiguity
authorWarner Losh <imp@FreeBSD.org>
Sun, 30 Mar 2014 22:24:45 +0000 (22:24 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 30 Mar 2014 22:24:45 +0000 (22:24 +0000)
commite091d985174576d55708e53a49da909fe0c0d8b5
treeca25ffac4aac412e12196cba0823cd670c51adad
parent53eff78a25092ae7844c7f298af91096ec7e3040
Allow the build system to safely set MK_FOO to avoid the ambiguity
when both WITH_FOO and WITHOUT_FOO are set. Use this where
possible. Only disallow setting of MK_FOO on the command line. This
was preferable to inventing a new mechanism or fixing the undef bug
(bin/183762) which precludes users from turning off anything we turn
off for parts of the build with WITHOUT_FOO prior to this.
Makefile.inc1
share/mk/bsd.own.mk