[Bug 267376] make installworld does not properly handle MAKEOBJDIRPREFIX correctly
Date: Tue, 01 Nov 2022 12:33:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267376 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #2 from Ed Maste <emaste@freebsd.org> --- default objdirs are set based on `pwd`, so if you have src at /mnt/usr/src and MAKEOBJDIRPREFIX set to /mnt/usr/obj then /mnt/usr/obj/mnt/usr/src is the expected path. You may be able to accomplish your goal here by using nullfs, e.g. mount -t nullfs /mnt/usr/src /usr/src -- You are receiving this mail because: You are the assignee for the bug.