Re: SHELL -c hardwired

2006-11-06 Thread Paul Smith
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 ". ___

Re: SHELL -c hardwired

2006-11-05 Thread Eli Zaretskii
> 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

Re: SHELL -c hardwired

2006-11-05 Thread Dan Jacobson
>> 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

Re: SHELL -c hardwired

2006-10-29 Thread Eli Zaretskii
> 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

SHELL -c hardwired

2006-10-28 Thread Dan Jacobson
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