Re: Installing on a read only file system
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
(This is probably the wrong mailinglist - tech-toolchain would be better)
> MAKEOBJDIR = /usr/obj
This is documented in src/BUILDING:
MAKEOBJDIR can be provided only in the environment or via the -O flag
of build.sh; it cannot usefully be set inside a Makefile, including
mk.conf or ${MAKECONF}.
Martin