bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64115] make warns about undefined variable GNUMAKEFLAGS


From: Dmitry Goncharov
Subject: [bug #64115] make warns about undefined variable GNUMAKEFLAGS
Date: Wed, 26 Apr 2023 07:24:49 -0400 (EDT)

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

[Prev in Thread] Current Thread [Next in Thread]