Subject: Re: nbmake size and path issue
To: James Chacon <jchacon@genuity.net>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 11/28/2001 14:29:26
>PATH=.:$PATH
>2. Impossible for the build stuff to accurately deal with. 

Just have build.sh remove . and :: from the path.

As I've said before, once you take the plunge and use a wrapper
script for kicking off the build, you should be able to tightly 
control everything.

--sjg