Subject: Re: infrastructure change: PLIST files not rebuilt
To: None <tech-pkg@netbsd.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-pkg
Date: 06/04/2007 13:16:35
On Mon, 04 Jun 2007, Klaus Heinz wrote:
> We should really require bmake to use /bin/ksh or /usr/xpg4/bin/sh
> as the default shell on Solaris.

The make in src/usr.bin/make can be built with

	-D _PATH_DEFSHELLDIR=\"/usr/xpg4/bin\"
	-D _BASENAME_DEFSHELL=\"sh\"

to override its idea of which shell to use.  The make in pkgsrc/tools/bmake
seems to be too old for that.

--apb (Alan Barrett)