Port-macppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: building a kernel "the old way"
On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote:
> So source code isn't under /usr/src, but /local/netbsd-src/src due to tight
> space in the /usr partition.
you can work around the space issue with null mounts
mkdir /usr/src
mount -t null /local/netbsd-src/src /usr/src
my compile directory has a lib/compat, it is generated during 'make
depend', not config.
I'd often 'fix' issues by deleting the entire directory and starting
over.
Home |
Main Index |
Thread Index |
Old Index