Subject: Re: 1.6-stable building docs
To: mr grip <jhonold@bigfoot.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 04/22/2003 10:56:55
On Tue, 22 Apr 2003, mr grip wrote:

> what i mean to say is, should my process be:
>
> 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 && MANUALLY BUILD
> KERNEL && ./build.sh distribution && ./build.sh install=/

You don't need to manually build it, it can be automated by inserting a
step something like:

cd /usr/src/sys/arch/i386/conf && config GENERIC && cd ../compile/GENERIC
&& make depend && make

(Be sure to add a step to install if needed.)

The BUILDING document should show you that "-d" is for building the
distribution.

> also, am i correct in assuming netbsd-1-6 will get me 1.6.1-stable?

Maybe for a short while. But then netbsd-1-6 will continue to get bug
fixes and some enhancements. Use netbsd-1-6-PATCH001-RELEASE.

   Jeremy C. Reed
   http://www.reedmedia.net/