On Monday, 6 November, Eli Zaretskii ([EMAIL PROTECTED]) wrote:
> As far as Make is concerned, I think you can say "SHELL=mysql -e" and
> have it your way, no?
No. Make is hardcoded to add the -c option; every command make invokes is run
with "$(SHELL) -c ".
___
> From: Dan Jacobson <[EMAIL PROTECTED]>
> Date: Mon, 06 Nov 2006 05:58:15 +0800
>
> >> One can set SHELL, but there's no way to get rid of the "-c" in case one
> >> wants too. E.g., one wants to make SHELL=mysql as an experiment etc.
> >> mysql would need a -e, etc.
>
> EZ> Doesn't it work to cu
>> One can set SHELL, but there's no way to get rid of the "-c" in case one
>> wants too. E.g., one wants to make SHELL=mysql as an experiment etc.
>> mysql would need a -e, etc.
EZ> Doesn't it work to customize shell-file-name and shell-command-switch?
EZ> If not, please report which Emacs functi
> From: Dan Jacobson <[EMAIL PROTECTED]>
> Date: Sun, 29 Oct 2006 08:02:17 +0800
>
> One can set SHELL, but there's no way to get rid of the "-c" in case one
> wants too. E.g., one wants to make SHELL=mysql as an experiment etc.
> mysql would need a -e, etc.
Doesn't it work to customize shell-fil
One can set SHELL, but there's no way to get rid of the "-c" in case one
wants too. E.g., one wants to make SHELL=mysql as an experiment etc.
mysql would need a -e, etc.
___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bu