Module Name:    src
Committed By:   uebayasi
Date:           Thu Dec 10 13:25:19 UTC 2009

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
Move the list of non-_MKVARS.* make variables from .for code to MKEXTRAVARS.
List one variable in one line for readability.  No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/distrib/sets/sets.subr

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

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.106 src/distrib/sets/sets.subr:1.107
--- src/distrib/sets/sets.subr:1.106	Thu Dec 10 13:19:21 2009
+++ src/distrib/sets/sets.subr	Thu Dec 10 13:25:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.106 2009/12/10 13:19:21 uebayasi Exp $
+#	$NetBSD: sets.subr,v 1.107 2009/12/10 13:25:19 uebayasi Exp $
 #
 
 #
@@ -26,6 +26,14 @@
 
 # XXX don't hardcode
 MKEXTRAVARS="\
+	MACHINE		\
+	MACHINE_ARCH	\
+	MACHINE_CPU	\
+	HAVE_BINUTILS	\
+	HAVE_GCC	\
+	HAVE_GDB	\
+	OBJECT_FMT	\
+	TOOLCHAIN_MISSING \
 	EXTSRCS		\
 	MKMANZ		\
 	MKBFD		\
@@ -161,9 +169,7 @@
 . endif
 .endif
 all:
-.for i in MACHINE MACHINE_ARCH MACHINE_CPU \
-		HAVE_BINUTILS HAVE_GCC HAVE_GDB OBJECT_FMT TOOLCHAIN_MISSING \
-		${MKEXTRAVARS} ${_MKVARS_yes} ${_MKVARS_no}
+.for i in ${MKEXTRAVARS} ${_MKVARS_yes} ${_MKVARS_no}
 	@echo "export \$i=\"\${\$i}\""
 .endfor
 
@@ -228,7 +234,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.106 2009/12/10 13:19:21 uebayasi Exp $
+# 	# $NetBSD: sets.subr,v 1.107 2009/12/10 13:25:19 uebayasi Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root

Reply via email to