Subject: Re: Question about build.sh & BSDOBJDIR
To: None <current-users@netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: current-users
Date: 08/10/2003 14:49:18
On Sun, Aug 10, 2003 at 12:56:22PM +0200, Martin Weber wrote:
> Yo,
> 
> I just stopped building on my weak machines and moved it over to a bigger one,
> and now am building on it (phaeton) like this:
> 
> $ ./build.sh -T /usr/tools -O /usr/<target>-obj -D /usr/<target>-dest distribution

Sorry forgot, this is the output of

$ ./build.sh -T /usr/tools -O /usr/demon-obj/ -D /usr/demon-dest/ params

from which I expected to see BSDOBJDIR /usr/demon-obj ...

> (...)
> ===> Updated /usr/tools/bin/nbmake-i386
>            BSDSRCDIR = '/usr/src'
>            BSDOBJDIR = '/usr/obj'
> (...)

-martin