Document NO_SILENT for META_MODE.
Reword and add some formatting as well.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.\" DO NOT EDIT-- this file is automatically generated.
|
.\" DO NOT EDIT-- this file is automatically generated.
|
||||||
.\" from FreeBSD: head/tools/build/options/makeman 284708 2015-06-22 20:21:57Z sjg
|
.\" from FreeBSD: head/tools/build/options/makeman 284708 2015-06-22 20:21:57Z sjg
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.Dd August 16, 2015
|
.Dd September 16, 2015
|
||||||
.Dt SRC.CONF 5
|
.Dt SRC.CONF 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -883,11 +883,17 @@ The meta files can be useful for debugging.
|
|||||||
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 284708 2015-06-22 20:21:57Z sjg
|
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 284708 2015-06-22 20:21:57Z sjg
|
||||||
Enable building in meta mode.
|
Enable building in meta mode.
|
||||||
.Pp
|
.Pp
|
||||||
The build is driven by dirdeps.mk using DIRDEPS stored in
|
The build is driven by dirdeps.mk using
|
||||||
|
.Va DIRDEPS
|
||||||
|
stored in
|
||||||
Makefile.depend files found in each directory.
|
Makefile.depend files found in each directory.
|
||||||
.Pp
|
.Pp
|
||||||
The build can be started from anywhere, and behaves the same.
|
The build can be started from anywhere, and behaves the same.
|
||||||
The initial instance of make recursively reads DIRDEPS from Makefile.depend
|
The initial instance of
|
||||||
|
.Xr make 1
|
||||||
|
recursively reads
|
||||||
|
.Va DIRDEPS
|
||||||
|
from Makefile.depend
|
||||||
computing a graph of tree dependencies from the current origin.
|
computing a graph of tree dependencies from the current origin.
|
||||||
See http://www.crufty.net/help/sjg/dirdeps.htm
|
See http://www.crufty.net/help/sjg/dirdeps.htm
|
||||||
.Pp
|
.Pp
|
||||||
@@ -898,8 +904,13 @@ the command line,
|
|||||||
as well as any command output.
|
as well as any command output.
|
||||||
If
|
If
|
||||||
.Xr filemon 4
|
.Xr filemon 4
|
||||||
is available the meta file will also capture a record of syscalls
|
is available the meta file will also capture a record of files
|
||||||
used to produce the target.
|
used to produce the target by tracking syscalls.
|
||||||
|
.Pp
|
||||||
|
The build will hide commands ran unless
|
||||||
|
.Va NO_SILENT
|
||||||
|
is defined.
|
||||||
|
.Pp
|
||||||
When set, it also enforces the following options:
|
When set, it also enforces the following options:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -item -compact
|
.Bl -item -compact
|
||||||
|
|||||||
@@ -1,11 +1,17 @@
|
|||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
Enable building in meta mode.
|
Enable building in meta mode.
|
||||||
.Pp
|
.Pp
|
||||||
The build is driven by dirdeps.mk using DIRDEPS stored in
|
The build is driven by dirdeps.mk using
|
||||||
|
.Va DIRDEPS
|
||||||
|
stored in
|
||||||
Makefile.depend files found in each directory.
|
Makefile.depend files found in each directory.
|
||||||
.Pp
|
.Pp
|
||||||
The build can be started from anywhere, and behaves the same.
|
The build can be started from anywhere, and behaves the same.
|
||||||
The initial instance of make recursively reads DIRDEPS from Makefile.depend
|
The initial instance of
|
||||||
|
.Xr make 1
|
||||||
|
recursively reads
|
||||||
|
.Va DIRDEPS
|
||||||
|
from Makefile.depend
|
||||||
computing a graph of tree dependencies from the current origin.
|
computing a graph of tree dependencies from the current origin.
|
||||||
See http://www.crufty.net/help/sjg/dirdeps.htm
|
See http://www.crufty.net/help/sjg/dirdeps.htm
|
||||||
.Pp
|
.Pp
|
||||||
@@ -16,5 +22,10 @@ the command line,
|
|||||||
as well as any command output.
|
as well as any command output.
|
||||||
If
|
If
|
||||||
.Xr filemon 4
|
.Xr filemon 4
|
||||||
is available the meta file will also capture a record of syscalls
|
is available the meta file will also capture a record of files
|
||||||
used to produce the target.
|
used to produce the target by tracking syscalls.
|
||||||
|
.Pp
|
||||||
|
The build will hide commands ran unless
|
||||||
|
.Va NO_SILENT
|
||||||
|
is defined.
|
||||||
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user