From 97f106fa105b5d776fb0d6ce3b60493d25f825f4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 1 Jul 2010 07:16:00 +0000 Subject: - 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. --- tests/ChangeLog | 7 ++++++- tests/scripts/features/recursion | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'tests') 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 + + * scripts/features/recursion: Add a space to separate command-line + args. Fixes Savannah bug #29968. + 2009-11-12 Boris Kolpackov * scripts/features/vpath3: Test for the new library search @@ -6,7 +11,7 @@ 2009-10-06 Boris Kolpackov * scripts/features/se_explicit: Enable the test for now fixed - savannah bug 25780. + Savannah bug 25780. 2009-10-06 Boris Kolpackov diff --git a/tests/scripts/features/recursion b/tests/scripts/features/recursion index b9dfd4f..a6b8f90 100644 --- a/tests/scripts/features/recursion +++ b/tests/scripts/features/recursion @@ -16,7 +16,7 @@ last: @echo MAKELEVEL = $(MAKELEVEL) @echo THE END ', - ('CFLAGS=-O -w' . ($parallel_jobs ? '-j 2' : '')), + ('CFLAGS=-O -w' . ($parallel_jobs ? ' -j 2' : '')), ($vos ? "#MAKE#: Entering directory `#PWD#' make 'CFLAGS=-O' -f #MAKEFILE# foo -- cgit v1.2.3