[Bug 292350] MAKEOBJDIRPREFIX can only be set in environment or src-env.conf(5), not as a global (in make.conf(5) or src.conf(5)) or command-line variable.
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292350 Nicklas Boman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|New |Closed --- Comment #4 from Nicklas Boman <[email protected]> --- again, sorry for the noice. Workaround is to: `rm -rf /tmp/obj` then rerun the exact same make command without a problem. `MAKEOBJDIRPREFIX=/tmp/obj tools/build/make.py -j8 TARGET=arm64 TARGET_ARCH=aarch64 buildworld buildkernel --cross-bindir=/opt/pkg/bin --clean WITHOUT_LIB32=yes` just finished a build -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Sat Jan 10 23:07:01 CET 2026 -------------------------------------------------------------- >>> Kernel(s) GENERIC built in 161 seconds, ncpu: 10, make -j8 -------------------------------------------------------------- -- You are receiving this mail because: You are the assignee for the bug.