aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-04-11 21:00:39 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-07-13 15:33:46 +0000
commit2cead0f6dfa81759128fadf35c863af6fb8a807d (patch)
treeeaaeba0b786c54f7bf9f21f0625630a09ea58b1b /ObsoleteFiles.inc
parent80e804d892f4c04369cb30374293512beba24494 (diff)
downloadsrc-2cead0f6dfa81759128fadf35c863af6fb8a807d.tar.gz
src-2cead0f6dfa81759128fadf35c863af6fb8a807d.zip
ObsoleteFiles.inc: Add comment regarding optional files
I had added entries that depended on some build option to this file and have been informed, that those go into a different file in another directory. Mentioning /usr/src/tools/build/mk/OptionalObsoleteFiles.inc in this file should help other committers (and me) to not repeat that mistake. MFC after: 1 week (cherry picked from commit 2a47875ea6a8359fd329ef1760da91b54396436f)
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index bd640000265c..840aa8743dba 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -11,6 +11,10 @@
# In case of a complete directory hierarchy the sorting is in depth first
# order.
#
+# Files that are installed or removed depending on some build option
+# are to be listed in /usr/src/tools/build/mk/OptionalObsoleteFiles.inc
+# instead of in this file.
+#
# Before you commit changes to this file please check if any entries in
# tools/build/mk/OptionalObsoleteFiles.inc can be removed. The following
# command tells which files are listed more than once regardless of some