Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Allow MKGDB=no to override inclusion of records...



details:   https://anonhg.NetBSD.org/src/rev/63873d086817
branches:  trunk
changeset: 559448:63873d086817
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Mar 17 20:32:02 2004 +0000

description:
Allow MKGDB=no to override inclusion of records with the 'gdb' keyword.

diffstat:

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

diffs (34 lines):

diff -r fd7470332aee -r 63873d086817 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Wed Mar 17 20:29:43 2004 +0000
+++ b/distrib/sets/sets.subr    Wed Mar 17 20:32:02 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.31 2004/03/05 04:52:50 jmc Exp $
+#      $NetBSD: sets.subr,v 1.32 2004/03/17 20:32:02 scw Exp $
 #
 
 #
@@ -33,6 +33,7 @@
        MKCRYPTO_RC5    \
        MKCVS           \
        MKDOC           \
+       MKGDB           \
        MKHESIOD        \
        MKINFO          \
        MKKERBEROS      \
@@ -113,7 +114,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.31 2004/03/05 04:52:50 jmc Exp $
+#      # $NetBSD: sets.subr,v 1.32 2004/03/17 20:32:02 scw Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -141,6 +142,7 @@
 #      crypto_rc5              ${MKCRYPTO_RC5} != no
 #      cvs                     ${MKCVS} != no
 #      doc                     ${MKDOC} != no
+#      gdb                     ${MKGDB} != no
 #      hesiod                  ${MKHESIOD} != no
 #      info                    ${MKINFO} != no
 #      kerberos                ${MKKERBEROS} != no



Home | Main Index | Thread Index | Old Index