]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_UNIFIED_OBJDIR
Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb
[FreeBSD/FreeBSD.git] / tools / build / options / WITHOUT_UNIFIED_OBJDIR
1 Use the historical object directory format for
2 .Xr build 7
3 targets.
4 For native-builds and builds done directly in sub-directories the format of
5 .Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
6 is used,
7 while for cross-builds
8 .Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
9 is used.
10 .Pp
11 This option is transitional and will be removed in a future version of
12 .Fx ,
13 at which time
14 .Va WITH_UNIFIED_OBJDIR
15 will be enabled permanently.