diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-06-05 23:14:06 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-06-05 23:14:06 +0000 |
commit | e18064dd5cdbdf5a7a3fec4b9d2ca97321b025fd (patch) | |
tree | 4551c463cd19757970f9eba283706d4c85fdf242 | |
parent | 899ce37fb5b19ca676892b94829211c958098597 (diff) | |
download | FreeBSD-src-e18064dd5cdbdf5a7a3fec4b9d2ca97321b025fd.zip FreeBSD-src-e18064dd5cdbdf5a7a3fec4b9d2ca97321b025fd.tar.gz |
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.
-rw-r--r-- | tools/build/options/WITH_META_MODE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/options/WITH_META_MODE b/tools/build/options/WITH_META_MODE index a2680e3..775ab01 100644 --- a/tools/build/options/WITH_META_MODE +++ b/tools/build/options/WITH_META_MODE @@ -42,3 +42,6 @@ The build operates as it normally would otherwise. 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 . |