From: Stefano Lattarini Date: Tue, 21 Dec 2010 14:44:14 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2cd97d68da0164a7a58fd30223fb04d639918b;p=thirdparty%2Fautomake.git Merge branch 'maint' --- 5f2cd97d68da0164a7a58fd30223fb04d639918b diff --cc ChangeLog index 0ded3b81f,26038e106..c3e6d3ac3 --- a/ChangeLog +++ b/ChangeLog @@@ -1,21 -1,17 +1,35 @@@ + 2010-12-22 Stefano Lattarini + + distlinksbrk.test: Work around botched "make -k". + * tests/distlinksbrk.test: Run "make" multiple times and grep + its output each time for a single error message, rather than + running "make -k" one single time and grepping its output for + all the expected error messages. This should work around make + implementations with limited (broken?) `-k' support; for more + information, see these subthreads on the automake-patches list: + - 2010-11-15, "Testsuite failures on HP-UX 11.23", + + - 2010-11-15, "Testsuite failures on IRIX 6.5", + + +2010-12-21 Stefano Lattarini + + Minor improvements to test 'amopts.test'. + * tests/amopts.test: Remove botched comment. Make grepping of + automake stderr slighty stricter. Add trailing `:' command. + +2010-12-21 Stefano Lattarini + + backcompat6.test: avoid comments inside recipe commands. + * tests/backcompat6.test: Remove shell comments from makefile rule + commands, as they are not portable to (at least) Tru64 make. + +2010-12-21 Stefano Lattarini + + man8.test: avoid comments inside recipe commands. + * tests/man8.test: Remove shell comments from makefile rule + commands, as they are not portable to (at least) Tru64 make. + 2010-12-21 Stefano Lattarini Fix sed-related buglet in test "subdir5.test"