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 change CONFIG to @CONFIG@ to in...
details: https://anonhg.NetBSD.org/.joined/src/rev/37d7ce797222
branches: trunk
changeset: 359354:37d7ce797222
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 31 16:14:44 2021 +0000
description:
change CONFIG to @CONFIG@ to indicate substitution is going to happen.
diffstat:
distrib/sets/lists/debug/mi | 4 ++--
distrib/sets/sets.subr | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 239b89f1ce42 -r 37d7ce797222 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi Fri Dec 31 15:43:35 2021 +0000
+++ b/distrib/sets/lists/debug/mi Fri Dec 31 16:14:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.370 2021/12/29 22:22:13 christos Exp $
+# $NetBSD: mi,v 1.371 2021/12/31 16:14:44 christos Exp $
./etc/mtree/set.debug comp-sys-root
./usr/lib comp-sys-usr compatdir
./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile
@@ -325,7 +325,7 @@
./usr/libdata/debug/bin/test.debug comp-util-debug debug
./usr/libdata/debug/libexec/lfs_cleanerd.debug comp-sysutil-debug debug
./usr/libdata/debug/netbsd comp-sysutil-debug debug,kernel_dir
-./usr/libdata/debug/netbsd-CONFIG.debug comp-sysutil-debug debug
+./usr/libdata/debug/netbsd-@CONFIG@.debug comp-sysutil-debug debug
./usr/libdata/debug/sbin/amrctl.debug comp-sysutil-debug debug
./usr/libdata/debug/sbin/apmlabel.debug comp-sysutil-debug debug
./usr/libdata/debug/sbin/atactl.debug comp-sysutil-debug debug
diff -r 239b89f1ce42 -r 37d7ce797222 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Fri Dec 31 15:43:35 2021 +0000
+++ b/distrib/sets/sets.subr Fri Dec 31 16:14:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.199 2021/12/30 02:30:53 christos Exp $
+# $NetBSD: sets.subr,v 1.200 2021/12/31 16:14:44 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.199 2021/12/30 02:30:53 christos Exp $
+# # $NetBSD: sets.subr,v 1.200 2021/12/31 16:14:44 christos Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -284,9 +284,9 @@
split("'"${CONFIGS}"'", configs)
for (d in configs) {
xfname = fname
- sub("CONFIG", configs[d], xfname)
+ sub("@CONFIG@", configs[d], xfname)
xline = line;
- sub("CONFIG", configs[d], xline)
+ sub("@CONFIG@", configs[d], xline)
list[xline] = xfname
}
return 1
Home |
Main Index |
Thread Index |
Old Index