Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Add EXTSRCS to the list of syspkgs aware variab...



details:   https://anonhg.NetBSD.org/src/rev/f74f23429c6e
branches:  trunk
changeset: 749564:f74f23429c6e
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Dec 02 15:18:06 2009 +0000

description:
Add EXTSRCS to the list of syspkgs aware variables.  Remove debug code.

diffstat:

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

diffs (30 lines):

diff -r de5929d3c4ea -r f74f23429c6e distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Wed Dec 02 15:07:09 2009 +0000
+++ b/distrib/sets/sets.subr    Wed Dec 02 15:18:06 2009 +0000
@@ -1,8 +1,6 @@
-#      $NetBSD: sets.subr,v 1.97 2009/12/02 15:05:55 uebayasi Exp $
+#      $NetBSD: sets.subr,v 1.98 2009/12/02 15:18:06 uebayasi Exp $
 #
 
-set -vx
-
 #
 # The following variables contain defaults for sets.subr functions and callers:
 #      setsdir                 path to src/distrib/sets
@@ -28,6 +26,7 @@
 
 # XXX don't hardcode
 MKEXTRAVARS="\
+       EXTSRCS         \
        USE_INET6       \
        USE_KERBEROS    \
        USE_LDAP        \
@@ -208,7 +207,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.97 2009/12/02 15:05:55 uebayasi Exp $
+#      # $NetBSD: sets.subr,v 1.98 2009/12/02 15:18:06 uebayasi Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index