svn commit: r325293 - head/share/man/man5

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 1 21:22:24 UTC 2017


Author: bdrewery
Date: Wed Nov  1 21:22:23 2017
New Revision: 325293
URL: https://svnweb.freebsd.org/changeset/base/325293

Log:
  Regenerate for UNIFIED_OBJDIR.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Wed Nov  1 21:22:19 2017	(r325292)
+++ head/share/man/man5/src.conf.5	Wed Nov  1 21:22:23 2017	(r325293)
@@ -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


More information about the svn-src-all mailing list