Author: sjg
Date: Mon Jun 22 19:01:09 2015
New Revision: 284705
URL: https://svnweb.freebsd.org/changeset/base/284705
Log:
Appy := to dependent opts once value determined.
This is needed to fix output from 'make showconfig'
Modified:
head/share/mk/bsd.mkopt.mk
Modified: head/share/mk/bsd.mkopt.mk
==============================================================================
--- head/share/mk/bsd.mkopt.mk Mon Jun 22 18:18:15 2015 (r284704)
+++ head/share/mk/bsd.mkopt.mk Mon Jun 22 19:01:09 2015 (r284705)
@@ -81,5 +81,6 @@ MK_${vv:H}?= no
.else
MK_${vv:H}?= ${MK_${vv:T}}
.endif
+MK_${vv:H}:= ${MK_${vv:H}}
.endfor
.undef __DEFAULT_DEPENDENT_OPTIONS
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"