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

Reply via email to