svn commit: r301474 - head/tools/build/options
Bryan Drewery
bdrewery at FreeBSD.org
Sun Jun 5 23:14:07 UTC 2016
Author: bdrewery
Date: Sun Jun 5 23:14:06 2016
New Revision: 301474
URL: https://svnweb.freebsd.org/changeset/base/301474
Log:
Document WITH_META_MODE enforcing WITHOUT_SYSTEM_COMPILER.
makeman doesn't handle this since it would need to enable all
non-default options when checking enabling 1 option, which
then convolutes what is really affecting each other.
Modified:
head/tools/build/options/WITH_META_MODE
Modified: head/tools/build/options/WITH_META_MODE
==============================================================================
--- head/tools/build/options/WITH_META_MODE Sun Jun 5 23:10:05 2016 (r301473)
+++ head/tools/build/options/WITH_META_MODE Sun Jun 5 23:14:06 2016 (r301474)
@@ -42,3 +42,6 @@ The build operates as it normally would
This option originally invoked a different build system but that was renamed
to
.Va WITH_DIRDEPS_BUILD .
+.Pp
+Currently this also enforces
+.Va WITHOUT_SYSTEM_COMPILER .
More information about the svn-src-all
mailing list