Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Add MKGCCCMDS to _MKVARS.yes after the loop.



details:   https://anonhg.NetBSD.org/src/rev/dd90a3d63e6f
branches:  trunk
changeset: 326223:dd90a3d63e6f
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jan 22 15:04:19 2014 +0000

description:
Add MKGCCCMDS to _MKVARS.yes after the loop.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0e70b330b6d6 -r dd90a3d63e6f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jan 22 14:25:07 2014 +0000
+++ b/share/mk/bsd.own.mk       Wed Jan 22 15:04:19 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.764 2014/01/21 16:40:24 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.765 2014/01/22 15:04:19 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -919,6 +919,7 @@
 #
 # MKGCCCMDS is only valid if we are building GCC so make it dependent on that.
 #
+_MKVARS.yes += MKGCCCMDS
 MKGCCCMDS?=    ${MKGCC}
 
 #



Home | Main Index | Thread Index | Old Index