Subject: Re: build release sets but skip kernels
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 08/12/2003 17:11:50
On Tue, Aug 12, 2003 at 08:37:58AM -0700, Jeremy C. Reed wrote:
> With the netbsd-1-6 code, is there any option or variable to set so
> build.sh will build the release sets but skip the kernels?

try:

$ cd src/etc
$ INSTALL_DONE= KERNELS_DONE= nbmake snapshot
$ nbmake iso-image

> But that still built many tools. I hoped it would skip the tool build
> since it was finished (and I had made no changes). And it failed like:
> 
>  for f in locale se_locale; do  test -f
>  /usr/src/tools/obj/tools.NetBSD-1.6-i386/share/groff/tmac/mm/$f || touch
>  /usr/src/tools/obj/tools.NetBSD-1.6-i386/share/groff/tmac/mm/$f;  done
>  /usr/src/tools/bin/nbinstall -c -p -r -m 444
>  /usr/src/tools/groff/../../share/tmac/andoc
>  /usr/src/tools/share/groff/tmac/tmac.andoc
>  nbinstall: /usr/src/tools/share/groff/tmac: mkstemp: No such file or  directory
>  *** Error code 1

That tends to happen if the TOOLDIR changes...

	David

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