Subject: Re: 1.6-stable building docs
To: Lubomir Sedlacik <salo@Xtrmntr.org>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 04/23/2003 11:30:25
Maybe someone should put this table on the web. Seems like many people 
(including myself) need this info, and it's not very obvious where to 
find it right now.

/Daniel


On onsdag, apr 23, 2003, at 00:20 Europe/Copenhagen, Lubomir Sedlacik 
wrote:

> On Tue, Apr 22, 2003 at 11:15:28AM -0500, mr grip wrote:
>>
>> if i run cd /usr && rm -rf src obj && mkdir src obj && export
>> CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot && export CVS_RSH=ssh &&
>> cvs checkout -rnetbsd-1-6 src && cd src && ./build.sh tools &&
>> ./build.sh kernel=GENERIC && mv /netbsd /onetbsd && mv
>> sys/arch/i386/compile/GENERIC/netbsd / && ./build.sh distribution &&
>> ./build.sh install=/ it fails at the step where it would move in the
>> new kernel.
>>
>> cd /usr && find . -name netbsd|grep i386 yields nothing.
>>
>> ./build.sh kernel=GENERIC appears to build the entire system (as
>> evidenced by the long compile time and the fact that it runs the
>> postinstall script aftward).
>
> that's because you are using -current build.sh syntax with netbsd-1-6
> build.sh, which is different.
>
>
>    -current                 |   netbsd-1-6
> -------------------------------------------------------
>  ./build.sh tools           | ./build.sh -t
> -------------------------------------------------------
>  ./build.sh kernel=GENERIC  | cd sys/arch/[arch]/conf;
>                             | [tools]/nbconfig GENERIC;
>                             | cd ../compile/GENERIC;
>                             | [tools]/nbmake depend all
> -------------------------------------------------------
>  ./build.sh distribution    | ./build.sh -d
>  ./build.sh install=/       |
> -------------------------------------------------------
>
> see build.sh -h for syntax, BUILDING for details.
>
>
> regards,
>
> -- 
> -- Lubomir Sedlacik <salo@Xtrmntr.org>                   --
> --                  <salo@silcnet.org>                   --
> <mime-attachment>