From bb5c505e413ff42dc4e83443ee2ae33ff3dd0e1b Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 28 Jun 2015 23:49:33 +0000 Subject: Need debug sets if ${MKDEBUGLIB} != "no" --- distrib/sets/sets.subr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/sets/sets.subr b/distrib/sets/sets.subr index 7598987127a..d3ddabbdfb6 100644 --- a/distrib/sets/sets.subr +++ b/distrib/sets/sets.subr @@ -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 @@ if [ "${MKATF}" = "no" ]; then else testset="tests" fi -if [ "${MKDEBUG}" = "no" ]; then +if [ "${MKDEBUG}" = "no" -a "${MKDEBUGLIB}" = "no" ]; then debugset="" xdebugset="" else @@ -179,7 +179,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g" # 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 -- cgit