Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets distrib/sets/sets.subr: remove trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/4bf1a4ab471f
branches: trunk
changeset: 369923:4bf1a4ab471f
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Sep 08 05:26:34 2022 +0000
description:
distrib/sets/sets.subr: remove trailing whitespace
diffstat:
distrib/sets/sets.subr | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (96 lines):
diff -r 4685bd26479e -r 4bf1a4ab471f distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Thu Sep 08 05:16:45 2022 +0000
+++ b/distrib/sets/sets.subr Thu Sep 08 05:26:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.202 2022/08/21 07:10:03 lukem Exp $
+# $NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
#
#
@@ -12,7 +12,7 @@
# stlib static library format (a.out, elf)
#
# The following <bsd.own.mk> variables are exported to the environment:
-# MACHINE
+# MACHINE
# MACHINE_ARCH
# MACHINE_CPU
# HAVE_ACPI
@@ -185,12 +185,12 @@
#
# list_set_files setfile [...]
-#
+#
# Produce a packing list for setfile(s).
# In each file, a record consists of a path and a System Package name,
# separated by whitespace. E.g.,
#
-# # $NetBSD: sets.subr,v 1.202 2022/08/21 07:10:03 lukem Exp $
+# # $NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -211,7 +211,7 @@
# make -f mkvars.mk mkvarsyesno
#
# These MK<NAME> variables can be used as selectors in the sets as <name>.
-#
+#
# The following extra keywords are also available, listed by:
#
# make -f mkvars.mk mkextravars
@@ -239,7 +239,7 @@
#
# 3. Finally:
# dummy dummy entry (ignored)
-# obsolete file is obsolete, and only printed if
+# obsolete file is obsolete, and only printed if
# ${obsolete} != 0
#
# solaris ${MKDTRACE} != no or ${MKZFS} != no or ${MKCTF} != no
@@ -292,7 +292,7 @@
BEGIN {
if (obsolete)
wanted["obsolete"] = 1
-
+
split("'"${MKVARS}"'", needvars)
doingcompat = 0
doingcompattests = 0
@@ -309,7 +309,7 @@
sub(/^have_/, "", kw)
sub(/^target_endianness/, "endian", kw)
if (nv != "HAVE_GCC" && nv != "HAVE_GDB" && ENVIRON[nv] != "no" && nv != "COMPATARCHDIRS" && nv != "KMODARCHDIRS") {
- wanted[kw] = 1
+ wanted[kw] = 1
}
}
@@ -336,7 +336,7 @@
kmodprefix = "./stand/"
kmodpat = kmodprefix ENVIRON["MACHINE"]
l_kmodpat = length(kmodpat)
- kmoddbprefix = "./usr/libdata/debug/stand/"
+ kmoddbprefix = "./usr/libdata/debug/stand/"
kmoddbpat = kmoddbprefix ENVIRON["MACHINE"]
l_kmoddbpat = length(kmoddbpat)
}
@@ -394,7 +394,7 @@
delete list [substr($1, 2)];
next;
}
-
+
NF > 2 && $3 != "-" {
if (notwanted[$1] != "")
@@ -513,7 +513,7 @@
#
# list_set_lists setname
-#
+#
# Print to stdout a list of files, one filename per line, which
# concatenate to create the packing list for setname. E.g.,
#
Home |
Main Index |
Thread Index |
Old Index