Subject: Re: cdrom install currently broken
To: Frederick Bruckman <fredb@immanent.net>
From: David Laight <david@l8s.co.uk>
List: port-i386
Date: 02/06/2003 14:55:09
> > Anyone know how to stop 'nbmake release' from rebuilding all the
> > kernels?
> 
> With current, you can do "./build.sh distribution sets". With
> netbsd-1-6, you could try "nbmake-i386 build", followed by "cd
> distrib/sets; nbmake-i386 sets".

And wait an entire week before it starts to do anything useful.

To build the iso image with a single changed file you can do:
$ cd /src/<wherever>
$ nbmake
$ nbmake install
$ cd /src/etc
$ BUILD_DONE=1 DISTRIBUTION_DONE=1 nbmake snapshot
$ BUILD_DONE=1 DISTRIBUTION_DONE=1 nbmake iso-image

Which avoid the entire traverse of the source tree looking for
things that are out of date (about 20 minutes).

However the 'nbmake snapshot' still goes and checks that all
the kernels don't need to be rebuilt...

	David

-- 
David Laight: david@l8s.co.uk