Subject: Re: HEADS UP: build.sh semantics changed
To: Anthony Mallet <anthony.mallet@useless-ficus.net>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 01/24/2003 12:18:20
On Fri, Jan 24, 2003 at 12:51:11AM +0100, Anthony Mallet wrote:
  | Luke Mewburn wrote :
  | | The build.sh semantics have changed.  This commit message should explain
  | | it all.  If not, UPDATING will.  If not, ask on current-users.
  | 
  | Looks like `./build.sh install=/` from a native NetBSD system doesn't
  | work with MACHINE unset: build.sh complains about "/" being impossible
  | for crossbuilds.
  | I had to use the -m  option to set MACHINE manually.
  | 
  | After a quick look at the script, it appears that in the case where
  | MACHINE is undefined its value is computed after the sanity checks for
  | the `install' option?

Oops!  I've now fixed this; thanks for letting me know.

Luke.