Reset GNUMAKEFLAGS after parsing.

If we don't do this we'll continually add flags on recursion.  This
is mainly for users to set in their environment before invoking make.
This commit is contained in:
Paul Smith
2013-09-29 13:15:00 -04:00
parent e8122ecb5d
commit 543521cd47
6 changed files with 52 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
2013-09-29 Paul Smith <psmith@gnu.org>
* main.c (main): Clear GNUMAKEFLAGS after parsing, to avoid
proliferation of options.
* NEWS: Document it.
* doc/make.texi (Options/Recursion): Ditto.
2013-09-23 Eli Zaretskii <eliz@gnu.org>
* w32/compat/posixfcn.c: Fix the forgotten OUTPUT_SYNC conditional.