Regenerate for UNIFIED_OBJDIR.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
bdrewery 2017-11-01 21:22:23 +00:00
parent 7a0110ee0d
commit ad14aea995

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd October 30, 2017
.Dd November 1, 2017
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -73,12 +73,10 @@ variable, which defaults to
Some examples that may only be set in this file are
.Va WITH_DIRDEPS_BUILD ,
and
.Va WITH_META_MODE
as they are environment-only variables.
Note that
.Va WITH_META_MODE ,
and
.Va MAKEOBJDIRPREFIX
may be set here only when using
.Va WITH_DIRDEPS_BUILD .
as they are environment-only variables.
.Pp
The values of variables are ignored regardless of their setting;
even if they would be set to
@ -1499,6 +1497,26 @@ When set, it enforces these options:
Set to not build
.Xr unbound 8
and related programs.
.It Va WITHOUT_UNIFIED_OBJDIR
Set to use the historical object directory format for
.Xr build 7
targets.
For native-builds and builds done directly in sub-directories the format of
.Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
is used,
while for cross-builds
.Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
is used.
.Pp
This option is transitional and will be removed before the 12.0 release,
at which time
.va WITH_UNIFIED_OBJDIR
will be enabled permanently.
.Pp
This must be set in the environment, make command line, or
.Pa /etc/src-env.conf ,
not
.Pa /etc/src.conf .
.It Va WITHOUT_USB
Set to not build USB-related programs and libraries.
.It Va WITHOUT_USB_GADGET_EXAMPLES