Follow-up Comment #1, bug #64115 (project make):

make warns about undefined variable GNUMAKEFLAGS when -R is specified.


$ echo 'all:' | make -f - -R  --warn-undefined-variables
make: warning: reference to undefined variable 'GNUMAKEFLAGS'
make: Nothing to be done for 'all'.
$


This patch adds GNUMAKEFLAGS to defined_vars.


    _______________________________________________________

Reply to this item at:

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

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


Reply via email to