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