PATCH: Pass SHELL to iconvdata/tst-tables.sh and iconvdata/tst-table.sh
Andreas Schwab
schwab@linux-m68k.org
Fri Oct 26 12:09:00 GMT 2012
"H.J. Lu" <hjl.tools@gmail.com> writes:
> diff --git a/config.make.in b/config.make.in
> index c22acf4..8cfd30e 100644
> --- a/config.make.in
> +++ b/config.make.in
> @@ -133,6 +133,7 @@ MSGFMT = @MSGFMT@
> # Script execution tools.
> BASH = @BASH_SHELL@
> KSH = @KSH@
> +SHELL = @SHELL@
Note that this will disable make's internal comand line parsing if
@SHELL@ isn't exactly /bin/sh, which may cause some build performance
regression.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list