Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Put ${MKXORG} back to MKVARS. It doesn't exist...



details:   https://anonhg.NetBSD.org/src/rev/3478d8e34a9d
branches:  trunk
changeset: 749587:3478d8e34a9d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 03 13:45:11 2009 +0000

description:
Put ${MKXORG} back to MKVARS.  It doesn't exist in bsd.own.mk but used here
to generate th set list keywork "xorg" in list_set_files().  Hopefully fix
some of reported build failures.

diffstat:

 distrib/sets/sets.subr |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8f1fb69949ec -r 3478d8e34a9d distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Thu Dec 03 13:12:16 2009 +0000
+++ b/distrib/sets/sets.subr    Thu Dec 03 13:45:11 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.101 2009/12/02 17:56:14 uebayasi Exp $
+#      $NetBSD: sets.subr,v 1.102 2009/12/03 13:45:11 uebayasi Exp $
 #
 
 #
@@ -31,6 +31,7 @@
        MKCOMPAT        \
        MKDYNAMICROOT   \
        MKMANPAGES      \
+       MKXORG          \
        USE_INET6       \
        USE_KERBEROS    \
        USE_LDAP        \
@@ -218,7 +219,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.101 2009/12/02 17:56:14 uebayasi Exp $
+#      # $NetBSD: sets.subr,v 1.102 2009/12/03 13:45:11 uebayasi Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index