[Bug 264208] make install[kernel|world] from read only /usr/obj throws permission denied warnings.

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Nov 2022 19:24:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264208

Bryan Drewery <bdrewery@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdrewery@FreeBSD.org

--- Comment #4 from Bryan Drewery <bdrewery@FreeBSD.org> ---
The warnings can be hidden with MAKE_OBJDIR_CHECK_WRITABLE=0 in env. It may be
worth adding this to share/mk/sys.mk.

It should just be a warning and not a real problem unless running a target that
needs to do a write.

-- 
You are receiving this mail because:
You are the assignee for the bug.