This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Pass SHELL to iconvdata/tst-tables.sh and iconvdata/tst-table.sh


"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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]