diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-29 13:15:00 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-29 13:15:00 -0400 |
commit | 543521cd475e7182e30a17bd032b9fe2bb740bcb (patch) | |
tree | fda9c6a2c91276cc5a847a1c9eeded682002a29a /tests/ChangeLog | |
parent | e8122ecb5d726e8b805a7854f844d9a4222f1564 (diff) | |
download | gunmake-543521cd475e7182e30a17bd032b9fe2bb740bcb.tar.gz |
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.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9e2deb3..c785d34 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-09-29 Paul Smith <psmith@gnu.org> + + * scripts/variables/GNUMAKEFLAGS: Verify that GNUMAKEFLAGS is + cleared and options are not duplicated. + 2013-09-23 Paul Smith <psmith@gnu.org> * scripts/options/print-directory: Rename dash-w to |