svn commit: r284705 - head/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Mon Jun 22 19:01:10 UTC 2015


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


More information about the svn-src-head mailing list