Follow-up Comment #3, bug #58556 (project make):

printf 'MAKEFLAGS=r \n .SUFFIXES:' | make - .o 

is completely ineffective and

printf 'MAKEFLAGS=r \n .SUFFIXES:' | make -f - .o 

is ineffective because MAKEFLAGS=r is read after the internal makefile was
read.

BTW: it s bad practice to set MAKEFLAGS= as this is an internal variable that
is intended for make to communicate with it's sub-make calls.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58556>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to