Subject: Re: Rebuild NetBSD
To: Chavdar Ivanov <ci4ic4@gmail.com>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 03/31/2006 16:03:37
On Fri, Mar 31, 2006 at 02:39:24PM +0100, Chavdar Ivanov wrote:
> > ./build.sh -O ../obj -T ../tools -u distribution
> 
> Almost always I build.sh release - takes longer, but is a better test in
> my view; I also create the ISOs and use them on a few more machines
> (using the update option of the installation procedure).

"build.sh release" often doesn't work with non-default CFLAGS.  i.e. it
fails with CFLAGS+=-march=pentium4, because the install kernel becomes a
bit bigger and won't fit on two floppies anymore...  

	Geert