diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-15 13:30:21 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-15 13:30:21 -0400 |
commit | 0a81d50d66565fd3e930fadaadc4a5cb9381d840 (patch) | |
tree | f0e6bc5b2586260bb3f20fcb236b150d7756a39f /tests/ChangeLog | |
parent | 3aa2aa7e82ac4c74df298f381c8d1d280cff852e (diff) | |
download | gunmake-0a81d50d66565fd3e930fadaadc4a5cb9381d840.tar.gz |
[SV 39203] Don't set MAKEFLAGS when restarting.
We are restarting with the original command line flags, so if we set
MAKEFLAGS as well that will cause double flags.
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 5eff7ec..c629a0e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-09-15 Paul Smith <psmith@gnu.org> + + * scripts/options/eval: Verify --eval during restart. + Test for Savannah bug #39203. + 2013-09-14 Paul Smith <psmith@gnu.org> * scripts/features/output-sync: Verify -Orecurse properly. |