]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Document NO_DIRDEPS for META_MODE and give link to full details.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:22:32 +0000 (22:22 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:22:32 +0000 (22:22 +0000)
tools/build/options/WITH_META_MODE

index b255777956bcac691d285ac7a55efcf7615732ad..eafe857dd460208cf86c7dc42c19a18d76ff39b3 100644 (file)
@@ -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