Subject: Re: CVS commit: othersrc/bootstrap-pkgsrc
To: Jan Schaumann <jschauma@netbsd.org>
From: Krister Walfridsson <cato@df.lth.se>
List: source-changes
Date: 12/02/2002 21:28:35
On Mon, 2 Dec 2002, Jan Schaumann wrote:

> Module Name:	othersrc
> Committed By:	jschauma
> Date:		Mon Dec  2 17:03:25 UTC 2002
>
> Modified Files:
> 	othersrc/bootstrap-pkgsrc: bootstrap

        [...]

> Log Message:
> Add support for IRIX (and IRIX64).  (Not actually quite a bit easier, after
> grant cleaned up some of the stuff, thanks!)
>
> Anybody feedback will be appreciated.

This makes bootstrap-pkgsrc/bootstrap fail for NetBSD 1.4 (and I expect
for all other non-IRIX targets too).

The offending change is the addition of "INSTALL=$INSTALL" before the
"./bmake -f Makefile install". INSTALL is not set at this point in
bootstrap-pkgsrc/bootstrap for non-IRIX, and this change makes it override
a correct setting of INSTALL in the bmake Makefile, and we end up with
trying to use "" as the install program...

Hmm. I don't understand why this is needed. Doesn't the bmake/install-sh
work for IRIX?

   /Krister