Subject: Re: How to create "Release" Packet after updating a Makefile
To: Anand Lalgondar <solarflares@fastmail.fm>
From: James Chacon <jmc@NetBSD.org>
List: tech-toolchain
Date: 03/30/2004 17:48:06
On Wed, Mar 31, 2004 at 03:26:10AM +0530, Anand Lalgondar wrote:
> Hello,
> 
> I performed the following to prepare a release packet in usr/src
> 
> # ./build.sh -m evbmips -a mipsel -d -D /usr/build -R /usr/release -O
> /usr/objects -T /usr/tooldir
> 
> At some stage I got an error on 'checklist' module. I found-out the cause
> of error with some entries missing in
> /usr/src/distrib/sets/lists/comp/md.evbmips. I had not included a _new_
> header file entry which was updated in the Makefile of
> /usr/src/sys/arch/evbmips/include/Makefile.
> 
> At this stage I had the toolchain and the build directory completed with
> the required tool-chain and binaries. No since I didn't know how to
> create release after this, I started the above procedure once again which
> took more than 1 hour.
> 
> There must be some command to just create the release folder after
> updating some files in /usr/src/distrib/sets/lists/comp/md.evbmips. Could
> someone please help me out.

(cd distrib/sets; <make> sets)

where make is 

$TOOLDIR/bin/nbmake-<machine>

James