diff options
| author | matt <matt@NetBSD.org> | 2015-06-28 23:49:33 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2015-06-28 23:49:33 +0000 |
| commit | bb5c505e413ff42dc4e83443ee2ae33ff3dd0e1b (patch) | |
| tree | 7fb863a5e526c046f38d4d791266a6f1b88df336 /distrib/sets/sets.subr | |
| parent | 6d50edb4b2c91c7e9f444c2e9f89ee181d0a25d5 (diff) | |
Need debug sets if ${MKDEBUGLIB} != "no"
Diffstat (limited to 'distrib/sets/sets.subr')
| -rw-r--r-- | distrib/sets/sets.subr | 6 |
1 files 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 |
