Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk bsd.own.mk: sort list of NO* variables
details: https://anonhg.NetBSD.org/src/rev/da64a20e696b
branches: trunk
changeset: 376059:da64a20e696b
user: lukem <lukem%NetBSD.org@localhost>
date: Mon May 29 17:35:11 2023 +0000
description:
bsd.own.mk: sort list of NO* variables
List the NO variables in order, leaving enough room to add more entries,
not splitting the next letter after "NO" across a line.
No functional change; just prettier and easier to review.
diffstat:
share/mk/bsd.own.mk | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r e09456595988 -r da64a20e696b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon May 29 08:00:05 2023 +0000
+++ b/share/mk/bsd.own.mk Mon May 29 17:35:11 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1327 2023/05/28 10:49:00 lukem Exp $
+# $NetBSD: bsd.own.mk,v 1.1328 2023/05/29 17:35:11 lukem Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1022,9 +1022,10 @@ dependall: .NOTMAIN realdepend .MAKE
# including bsd.own.mk.
#
.for var in \
- NOCOMPAT NODOC NOHTML NOINFO NOLIBCSANITIZER NOLINKLIB \
- NOLINT NOMAN NONLS NOOBJ NOPIC NOPICINSTALL NOPROFILE NOSHARE \
- NOSTATICLIB NODEBUGLIB NOSANITIZER NORELRO
+ NOCOMPAT NODEBUGLIB NODOC NOHTML NOINFO \
+ NOLIBCSANITIZER NOLINKLIB NOLINT NOMAN NONLS NOOBJ \
+ NOPIC NOPICINSTALL NOPROFILE NORELRO \
+ NOSANITIZER NOSHARE NOSTATICLIB
.if defined(${var})
MK${var:S/^NO//}:= no
.endif
Home |
Main Index |
Thread Index |
Old Index