]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Regenerate
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:26:25 +0000 (22:26 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:26:25 +0000 (22:26 +0000)
share/man/man5/src.conf.5

index 3743365449ef70759e5d76d8cb97e1c5847c36a9..543f34431988365c7dd9bca96d5caeaf93040b17 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 287942 2015-09-17 22:04:46Z bdrewery
 .\" $FreeBSD$
-.Dd September 17, 2015
+.Dd September 18, 2015
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -909,8 +909,11 @@ This must be set in the environment, make command line, or
 not
 .Pa /etc/src.conf .
 .It Va WITH_META_MODE
-.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 287932 2015-09-17 20:33:52Z bdrewery
+.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 287973 2015-09-18 22:22:32Z bdrewery
 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
@@ -924,7 +927,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