Module Name: src Committed By: matt Date: Sun Jun 28 23:49:33 UTC 2015
Modified Files: src/distrib/sets: sets.subr Log Message: Need debug sets if ${MKDEBUGLIB} != "no" To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/distrib/sets/sets.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/sets.subr diff -u src/distrib/sets/sets.subr:1.170 src/distrib/sets/sets.subr:1.171 --- src/distrib/sets/sets.subr:1.170 Sat Jun 27 16:21:07 2015 +++ src/distrib/sets/sets.subr Sun Jun 28 23:49:33 2015 @@ -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