]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_UNIFIED_OBJDIR
Import DTS from Linux 4.20
[FreeBSD/FreeBSD.git] / tools / build / options / WITHOUT_UNIFIED_OBJDIR
1 .\" $FreeBSD$
2 Set to use the historical object directory format for
3 .Xr build 7
4 targets.
5 For native-builds and builds done directly in sub-directories the format of
6 .Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
7 is used,
8 while for cross-builds
9 .Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
10 is used.
11 .Pp
12 This option is transitional and will be removed before the 12.0 release,
13 at which time
14 .va WITH_UNIFIED_OBJDIR
15 will be enabled permanently.