From ad14aea99565eb129a6d9bc413a427f0b632c2e4 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 1 Nov 2017 21:22:23 +0000 Subject: [PATCH] Regenerate for UNIFIED_OBJDIR. Sponsored by: Dell EMC Isilon --- share/man/man5/src.conf.5 | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 784c12bc9538..9cd18e1fdbf1 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -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