[Bug 282711] relative paths given for 'MAKEOBJDIRPREFIX' make buildworld fail
Date: Wed, 13 Nov 2024 15:10:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282711 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |emaste@freebsd.org --- Comment #2 from Ed Maste <emaste@freebsd.org> --- 10.x is long past EOL, of course, but this won't work on supported versions, either. MAKEOBJDIRPREFIX is (must be) set in the environment, and top-level buildworld/buildkernel invoke make in subdirectories, so it follows that relative paths can't be used in MAKEOBJDIRPREFIX. We should note in build(7) that it must be absolute. -- You are receiving this mail because: You are the assignee for the bug.