Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 03:55:33 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297845 - head/share/man/man5
Message-ID:  <201604120355.u3C3tXcj025467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr 12 03:55:33 2016
New Revision: 297845
URL: https://svnweb.freebsd.org/changeset/base/297845

Log:
  Regenerate

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Tue Apr 12 03:40:13 2016	(r297844)
+++ head/share/man/man5/src.conf.5	Tue Apr 12 03:55:33 2016	(r297845)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery
 .\" $FreeBSD$
-.Dd March 30, 2016
+.Dd April 11, 2016
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -473,7 +473,7 @@ executable binary and shared library.
 .\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
 Set to not build the Webster dictionary files.
 .It Va WITH_DIRDEPS_BUILD
-.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_BUILD 290816 2015-11-14 03:24:48Z sjg
+.\" from FreeBSD: head/tools/build/options/WITH_DIRDEPS_BUILD 297843 2016-04-12 03:37:42Z bdrewery
 Enable building in meta mode.
 This is an experimental build feature.
 For details see
@@ -494,7 +494,9 @@ computing a graph of tree dependencies f
 Setting
 .Va NO_DIRDEPS
 will skip checking dirdep dependencies and will only build in the current
-directory.
+and child directories.
+.Va NO_DIRDEPS_BELOW
+will skip building any dirdeps and only build the current directory.
 .Pp
 As each target is made
 .Xr make 1
@@ -1057,9 +1059,18 @@ Set to not build utilities for manual pa
 .Xr manctl 8 ,
 and related support files.
 .It Va WITH_META_MODE
-.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 290816 2015-11-14 03:24:48Z sjg
+.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 297844 2016-04-12 03:40:13Z bdrewery
 Create meta files when not doing DIRDEPS_BUILD.
-The meta files can be useful for debugging.
+When the
+.Xr filemon 4
+module is loaded, dependencies will be tracked for all commands.
+If any command, its dependencies, or files it generates are missing then
+the target will be considered out-of-date and rebuilt.
+The meta files can also be useful for debugging.
+.Pp
+The build will hide commands ran unless
+.Va NO_SILENT
+is defined.
 .Pp
 This must be set in the environment, make command line, or
 .Pa /etc/src-env.conf ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604120355.u3C3tXcj025467>