Author: matthew Date: 2009-02-25 13:59:20 -0700 (Wed, 25 Feb 2009) New Revision: 2059
Added: trunk/automake/automake-1.10.2-test_fix-1.patch Log: Add fix for Automake-1.10.2 testsuite bug Added: trunk/automake/automake-1.10.2-test_fix-1.patch =================================================================== --- trunk/automake/automake-1.10.2-test_fix-1.patch (rev 0) +++ trunk/automake/automake-1.10.2-test_fix-1.patch 2009-02-25 20:59:20 UTC (rev 2059) @@ -0,0 +1,33 @@ +Submitted by: Matt Burgess (matthew at linuxfromscratch dot org) +Date: 2009-02-25 +Initial Package Version: 1.10.2 +Upstream Status: From upstream +Origin: From upstream git repository + +diff -Naur automake-1.10.2.orig/ChangeLog automake-1.10.2/ChangeLog +--- automake-1.10.2.orig/ChangeLog 2008-11-23 08:36:41.000000000 +0000 ++++ automake-1.10.2/ChangeLog 2009-02-25 18:47:39.000000000 +0000 +@@ -44,6 +44,12 @@ + * lib/gnupload: Accept --delete to remove files from + alpha.gnu.org or ftp.gnu.org. + ++2008-11-12 Ralf Wildenhues <[email protected]> ++ ++ Testsuite fixes for ksh. ++ * test/check10.test: Add ':' as last command in subshell, for ++ zero exit status of the subshell. ++ + 2008-11-11 Charles Wilson <[email protected]> (tiny change) + Ralf Wildenhues <[email protected]> + +diff -Naur automake-1.10.2.orig/tests/check10.test automake-1.10.2/tests/check10.test +--- automake-1.10.2.orig/tests/check10.test 2008-11-23 08:29:00.000000000 +0000 ++++ automake-1.10.2/tests/check10.test 2009-02-25 18:45:55.000000000 +0000 +@@ -72,6 +72,7 @@ + env TESTS="xpass xpass2" $MAKE -e check + env TESTS='pass skip xfail' $MAKE -e check + $MAKE check ++ : + ) >stdout + cat stdout + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
