https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233265
--- Comment #2 from Simon J. Gerraty <[email protected]> --- Should the clobbering of MAKEOBJDIRPREFIX be dependent on MK_DIRDEPS_BUILD=yes ? Since it originally make from local.meta.sys.mk? I note too that there are two blocks in src.sys.obj.mk guarded by .if !empty(MAKEOBJDIRPREFIX) but since the first one clobbers MAKEOBJDIRPREFIX, the 2nd one should never be entered. I know the traditional freebsd build plays games with MAKEOBJDIRPREFIX, but wondering what the motive was for clobbering it outside the context of DIRDEPS_BUILD - where use of MAKEOBJDIR is relied upon to ensure that the same RELDIR is valid in src and object trees. -- You are receiving this mail because: You are the assignee for the bug.
