Subject: Re: ./build.sh and tools
To: Joe Laffey <joe@laffeycomputer.com>
From: Luke Mewburn <lukem@netbsd.org>
List: port-macppc
Date: 04/17/2003 09:56:05
On Wed, Apr 16, 2003 at 11:01:27AM -0500, Joe Laffey wrote:
| Every time I try to build.sh the tools get rebuilt. ./build.sh --help says
| this will happen unless you use -T and set TOOLDIR.
|
| I tried:
|
| ./build.sh -D /usr/dest/ -O/usr/obj -T/usr/obj/tools/tools.NetBSD-1.6.1-powerpc
|
| with TOOLDIR set the same. I also tried:
|
| ./build.sh -D /usr/dest/ -O/usr/obj -T/usr/obj/tools
|
| again with TOOLDIR set the same as -T.
|
| These still seem to rebuild the tools. Am I missing something?
Set "update" (-u) as well, otherwise the build system will remove the
TOOLDIR and DESTDIR before it starts the build...
Luke.