Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Need debug sets if ${MKDEBUGLIB} != "no"



details:   https://anonhg.NetBSD.org/src/rev/57d99f127cdb
branches:  trunk
changeset: 339138:57d99f127cdb
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 28 23:49:33 2015 +0000

description:
Need debug sets if ${MKDEBUGLIB} != "no"

diffstat:

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

diffs (27 lines):

diff -r 7eda9788d027 -r 57d99f127cdb distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Sun Jun 28 22:14:38 2015 +0000
+++ b/distrib/sets/sets.subr    Sun Jun 28 23:49:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.170 2015/06/27 16:21:07 matt Exp $
+#      $NetBSD: sets.subr,v 1.171 2015/06/28 23:49:33 matt Exp $
 #
 
 #
@@ -144,7 +144,7 @@
 else
        testset="tests"
 fi
-if [ "${MKDEBUG}" = "no" ]; then
+if [ "${MKDEBUG}" = "no" -a "${MKDEBUGLIB}" = "no" ]; then
        debugset=""
        xdebugset=""
 else
@@ -179,7 +179,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.170 2015/06/27 16:21:07 matt Exp $
+#      # $NetBSD: sets.subr,v 1.171 2015/06/28 23:49:33 matt Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index