summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-01 07:16:00 +0000
committerPaul Smith <psmith@gnu.org>2010-07-01 07:16:00 +0000
commit97f106fa105b5d776fb0d6ce3b60493d25f825f4 (patch)
tree9cf631098d2192cc794e46ade74789daca21ea9e /tests/ChangeLog
parent7746a1f74fa7696452a3c25953c7fb9a5feb5a6c (diff)
downloadgunmake-97f106fa105b5d776fb0d6ce3b60493d25f825f4.tar.gz
- Add whitespace to command line invocation in features/recursion
- Set up .FEATURES with separate calls for optional features, as some compilers don't like conditionals inside macro invocations.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index eaacaec..c8f3aab 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-01 Paul Smith <psmith@gnu.org>
+
+ * scripts/features/recursion: Add a space to separate command-line
+ args. Fixes Savannah bug #29968.
+
2009-11-12 Boris Kolpackov <boris@codesynthesis.com>
* scripts/features/vpath3: Test for the new library search
@@ -6,7 +11,7 @@
2009-10-06 Boris Kolpackov <boris@codesynthesis.com>
* scripts/features/se_explicit: Enable the test for now fixed
- savannah bug 25780.
+ Savannah bug 25780.
2009-10-06 Boris Kolpackov <boris@codesynthesis.com>