Renegerate for WITH_META_MODE updates.
Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3a3594e584
commit
2710e62c41
@ -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 292283 2015-12-15 18:42:30Z bdrewery
|
.\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.Dd June 8, 2016
|
.Dd June 14, 2016
|
||||||
.Dt SRC.CONF 5
|
.Dt SRC.CONF 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1080,7 +1080,7 @@ Set to not build utilities for manual pages,
|
|||||||
.Xr manctl 8 ,
|
.Xr manctl 8 ,
|
||||||
and related support files.
|
and related support files.
|
||||||
.It Va WITH_META_MODE
|
.It Va WITH_META_MODE
|
||||||
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 301474 2016-06-05 23:14:06Z bdrewery
|
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 301889 2016-06-14 16:20:25Z bdrewery
|
||||||
Creates
|
Creates
|
||||||
.Xr make 1
|
.Xr make 1
|
||||||
meta files when building, which can provide a reliable incremental build when
|
meta files when building, which can provide a reliable incremental build when
|
||||||
@ -1089,9 +1089,13 @@ using
|
|||||||
The meta file is created in the OBJDIR as
|
The meta file is created in the OBJDIR as
|
||||||
.Pa target.meta .
|
.Pa target.meta .
|
||||||
These meta files track the command ran, its output, and the current directory.
|
These meta files track the command ran, its output, and the current directory.
|
||||||
When the
|
The
|
||||||
.Xr filemon 4
|
.Xr filemon 4
|
||||||
module is loaded, any files used by the commands executed will be tracked as
|
module is required unless
|
||||||
|
.Va NO_FILEMON
|
||||||
|
is defined.
|
||||||
|
When the module is loaded, any files used by the commands executed will be
|
||||||
|
tracked as
|
||||||
dependencies for the target in its meta file.
|
dependencies for the target in its meta file.
|
||||||
The target will be considered out-of-date and rebuilt if any of the following
|
The target will be considered out-of-date and rebuilt if any of the following
|
||||||
are true compared to the last build:
|
are true compared to the last build:
|
||||||
@ -1119,6 +1123,9 @@ The meta files can also be useful for debugging.
|
|||||||
The build will hide commands ran unless
|
The build will hide commands ran unless
|
||||||
.Va NO_SILENT
|
.Va NO_SILENT
|
||||||
is defined.
|
is defined.
|
||||||
|
Errors will cause
|
||||||
|
.Xr make 1
|
||||||
|
to show some of its environment for further debugging.
|
||||||
.Pp
|
.Pp
|
||||||
The build operates as it normally would otherwise.
|
The build operates as it normally would otherwise.
|
||||||
This option originally invoked a different build system but that was renamed
|
This option originally invoked a different build system but that was renamed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user