git: d5aedf850d5b - stable/14 - OptionalObsoleteFiles.inc: document block order
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 00:54:59 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=d5aedf850d5b55c0f523994c96561210dfca1b08
commit d5aedf850d5b55c0f523994c96561210dfca1b08
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-13 23:13:03 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-02 00:12:02 +0000
OptionalObsoleteFiles.inc: document block order
Options should be in sort(1) order by primary option (usually, but not
always, first in the if statement).
Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896
(cherry picked from commit 4cd0f014a1285c1b57e583b260282ca433a8ccdd)
---
tools/build/mk/OptionalObsoleteFiles.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 51434e07774a..11e7f9cbb868 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3,6 +3,8 @@
# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
# the check-old* and delete-old* targets.
#
+# Blocks should be in sort(1) order by primary option.
+#
.if ${MK_ACCT} == no
OLD_FILES+=etc/rc.d/accounting