Subject: Re: build.sh'ing a single program?
To: Frederick Bruckman <fredb@immanent.net>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 08/28/2003 10:18:18
On Wed, Aug 27, 2003 at 09:11:08 -0500, Frederick Bruckman wrote:

> Something like this:
> 
>    ./build.sh -m macppc -T ~/macppc-tools tools
>     cd macppc/stand/ofwboot
>     ~/macppc-tools/bin/nbmake-macppc
>     ~/macppc-tools/bin/macppc--netbsdelf-strip ofwboot*
> 
> It can be done more elaborately, with objdirs and a destdir and so on,

And how would that be done? Recently, I applied a patch and tried to
rebuild part of the system. I haven't figured out yet how and where
to set which variables. I use 'build.sh -M ... -T ... -D ...' when
building -current.

	rvdp