]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add WITH_/WITHOUT_CLEAN option to replace NO_CLEAN
authorEd Maste <emaste@FreeBSD.org>
Tue, 8 Sep 2020 00:44:35 +0000 (00:44 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 8 Sep 2020 00:44:35 +0000 (00:44 +0000)
commit75766799863334570acf7a65510361f470ce3b3e
tree3c1ec2b616e51ac879bc23b5a178716c3e1642a4
parent1fde30519104cec4ac5e2a791a867f578d72ace3
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
Makefile.inc1
Makefile.libcompat
share/mk/src.opts.mk
tools/build/options/WITHOUT_CLEAN [new file with mode: 0644]