summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-09-08 00:44:35 +0000
committerEd Maste <emaste@FreeBSD.org>2020-09-08 00:44:35 +0000
commit75766799863334570acf7a65510361f470ce3b3e (patch)
tree3c1ec2b616e51ac879bc23b5a178716c3e1642a4 /tools/build
parent1fde30519104cec4ac5e2a791a867f578d72ace3 (diff)
downloadsrc-test-75766799863334570acf7a65510361f470ce3b3e.tar.gz
src-test-75766799863334570acf7a65510361f470ce3b3e.zip
Add WITH_/WITHOUT_CLEAN option to replace NO_CLEAN
This allows use of the standard src.conf configuration for controlling whether the tree is cleaned before build or not. The default is still to clean. Setting either NOCLEAN or NO_CLEAN will mention the new src.conf option. NOCLEAN remains a .warning, while for now NO_CLEAN is .info. Reviewed by: bdrewery (earlier version) MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D22762
Notes
Notes: svn path=/head/; revision=365439
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITHOUT_CLEAN2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_CLEAN b/tools/build/options/WITHOUT_CLEAN
new file mode 100644
index 0000000000000..b55caa4b4bfd8
--- /dev/null
+++ b/tools/build/options/WITHOUT_CLEAN
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Do not clean before building world and/or kernel.