https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267376

Ed Maste <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Ed Maste <[email protected]> ---
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.

Reply via email to