Follow-up Comment #5, bug #44853 (project make):

This is not so easy.  Make has exactly one way to invoke an interpreter today:
essentially '$(SHELL) $(.SHELLFLAGS) <recipeline>"  The setting of .SHELLFLAGS
is geared towards this configuration.

Many/most interpreters require a different set of flags to process a file than
they do to process a script via the command line, and there is no facility in
make today that would allow one to provide those alternative flags.  It's not
enough to just assume you can remove the "-c" option and call it good.  Any
solution to this problem would need to provide a solution to this aspect as
well.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44853>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to