Subject: Re: kernel compiling - few questions
To: Julio Merino <jmmv@hispabsd.org>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: netbsd-users
Date: 05/31/2002 15:10:46
> > compiling for other machines)
>
> Yes, it is. To be simple, you can change the owner of the sys tree:
>
> chown -R myuser:mygroup /sys

just found config -s ... -b ...

will see if it works. config worked, make depend now working..


> and you will be able to build it perfectly. OTOH, you may be able to
> set some variables to change obj and compile directories. Take a look
> to the BUILDING document included in /usr/src.

no such file /usr/src/BUILDING (1.5.2)

>
>
> > 2) if i will upgrade whole system to 1.6 when it will be available, can i
> > still compile 1.5.2 kernel?
>
> Yes, too. Although to build 1.5 userland you will need to use a "virtual"
> root with chroot, so the build process can find all needed files in place

usable.