Module Name:    src
Committed By:   matt
Date:           Tue Jan 21 16:40:24 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Make MKGCCCMDS default mirror MKGCC.  (if MKGCC is no, MKGCCCMDS must be no).


To generate a diff of this commit:
cvs rdiff -u -r1.763 -r1.764 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.763 src/share/mk/bsd.own.mk:1.764
--- src/share/mk/bsd.own.mk:1.763	Sat Jan 18 01:08:56 2014
+++ src/share/mk/bsd.own.mk	Tue Jan 21 16:40:24 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.763 2014/01/18 01:08:56 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.764 2014/01/21 16:40:24 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -894,7 +894,7 @@ _MKVARS.yes= \
 	MKBINUTILS \
 	MKCRYPTO MKCOMPLEX MKCVS MKCXX \
 	MKDOC \
-	MKGCC MKGCCCMDS MKGDB MKGROFF \
+	MKGCC MKGDB MKGROFF \
 	MKHESIOD MKHTML \
 	MKIEEEFP MKINET6 MKINFO MKIPFILTER MKISCSI \
 	MKKERBEROS \
@@ -917,6 +917,11 @@ ${var}?=	yes
 .endfor
 
 #
+# MKGCCCMDS is only valid if we are building GCC so make it dependent on that.
+#
+MKGCCCMDS?=	${MKGCC}
+
+#
 # Exceptions to the above:
 #
 #.if ${MACHINE} == "evbppc"

Reply via email to