[Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.
authorPaul Smith <psmith@gnu.org>
Mon, 13 May 2013 08:29:35 +0000 (04:29 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 13 May 2013 08:30:20 +0000 (04:30 -0400)
commit58dae243526bd322ae6bec0c4394a117a5fe0171
tree921c2f73d7ef59e149880a44472ccd54106aca1c
parentc7732bd5add31b38fea113c9ab4ad4d97a0870c7
[Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.

If -R is set in the makefile and not the command line, then go through all the
default variables and undefine them.  If -r is set in the makefile and not in
the command line, then remove all .SUFFIX prefixes (unless the user set it)
and SUFFIX variable setting.  In -p mode don't print builtins.
ChangeLog
default.c
file.c
filedef.h
main.c
makeint.h
variable.c