Of course all traditional shells do have a -c flag with those semantics, but I ran into this years ago when I tried setting SHELL=perl, because perl uses -e instead of -c. I do wish the flags passed to SHELL were configurable but doubt it matters to enough people to be worth a fix.
You can always wrap any command in a script which removes -c, like explained here:
http://lists.gnu.org/archive/html/help-make/2008-08/msg00061.html
Martin _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
