mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
15 lines
428 B
Text
15 lines
428 B
Text
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 in a future version of
|
|
.Fx ,
|
|
at which time
|
|
.Va WITH_UNIFIED_OBJDIR
|
|
will be enabled permanently.
|