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


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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 function(s) don't honor these
EZ variables.

I recall I was talking about a pure make(1) problem, not emacs.


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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 customize shell-file-name and shell-command-switch?
 EZ If not, please report which Emacs function(s) don't honor these
 EZ variables.
 
 I recall I was talking about a pure make(1) problem, not emacs.

Sorry, I guess I was confused.

As far as Make is concerned, I think you can say SHELL=mysql -e and
have it your way, no?


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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-file-name and shell-command-switch?
If not, please report which Emacs function(s) don't honor these
variables.


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


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/bug-make