Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src/distrib/sets forgot one @CONFIG@
details: https://anonhg.NetBSD.org/.joined/src/rev/73a977c75f6d
branches: trunk
changeset: 359362:73a977c75f6d
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 31 17:51:14 2021 +0000
description:
forgot one @CONFIG@
diffstat:
distrib/sets/sets.subr | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5d990ee1890b -r 73a977c75f6d distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Fri Dec 31 17:22:45 2021 +0000
+++ b/distrib/sets/sets.subr Fri Dec 31 17:51:14 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.200 2021/12/31 16:14:44 christos Exp $
+# $NetBSD: sets.subr,v 1.201 2021/12/31 17:51:14 christos Exp $
#
#
@@ -192,7 +192,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.200 2021/12/31 16:14:44 christos Exp $
+# # $NetBSD: sets.subr,v 1.201 2021/12/31 17:51:14 christos Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -343,7 +343,7 @@
l_kmoddbpat = length(kmoddbpat)
}
if ("debug" in wanted) {
- debugkernelname = "./usr/libdata/debug/netbsd-CONFIG.debug"
+ debugkernelname = "./usr/libdata/debug/netbsd-@CONFIG@.debug"
l_debugkernelname = length(debugkernelname);
}
Home |
Main Index |
Thread Index |
Old Index