]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add WITH_/WITHOUT_CLEAN option to replace NO_CLEAN
authoremaste <emaste@FreeBSD.org>
Tue, 8 Sep 2020 00:44:35 +0000 (00:44 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 8 Sep 2020 00:44:35 +0000 (00:44 +0000)
commit93576874fad189081a0cbebd90688e2f6e6c27c5
tree3c1ec2b616e51ac879bc23b5a178716c3e1642a4
parent2cd60dd0dd5e9959eaf6476608dcff724b1820be
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]