aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 22:22:32 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 22:22:32 +0000
commitb917e973462c31a8c9294a8a457f5e1b8c7af9dc (patch)
treeb7a10c87af888a121fdcbfe42f72f471fbdbdbcd /tools
parentdf884b5ca78b7b75062c08dd3c5a718682fa5c86 (diff)
downloadsrc-b917e973462c31a8c9294a8a457f5e1b8c7af9dc.tar.gz
src-b917e973462c31a8c9294a8a457f5e1b8c7af9dc.zip
Document NO_DIRDEPS for META_MODE and give link to full details.
Notes
Notes: svn path=/head/; revision=287973
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_META_MODE8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/build/options/WITH_META_MODE b/tools/build/options/WITH_META_MODE
index b255777956bc..eafe857dd460 100644
--- a/tools/build/options/WITH_META_MODE
+++ b/tools/build/options/WITH_META_MODE
@@ -1,5 +1,8 @@
.\" $FreeBSD$
Enable building in meta mode.
+This is an experimental build feature.
+For details see
+http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
.Pp
The build is driven by dirdeps.mk using
.Va DIRDEPS
@@ -13,7 +16,10 @@ recursively reads
.Va DIRDEPS
from Makefile.depend
computing a graph of tree dependencies from the current origin.
-See http://www.crufty.net/help/sjg/dirdeps.htm
+Setting
+.Va NO_DIRDEPS
+will skip checking dirdep dependencies and will only build in the current
+directory.
.Pp
As each target is made
.Xr make 1