From: Ralf Wildenhues Date: Sun, 20 Jun 2010 18:32:53 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v1.11b~568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7365964c1567882cb72a2a53ad58f5f0fb48a545;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' --- 7365964c1567882cb72a2a53ad58f5f0fb48a545 diff --cc ChangeLog index b5f1433,c05f61a..a754652 --- a/ChangeLog +++ b/ChangeLog @@@ -1,5 -1,38 +1,40 @@@ + 2010-06-20 Stefano Lattarini + + Modernize, improve and extend tests `suffix*.test'. + * tests/suffix3.test: Enable `errexit' shell flag, and related + changes. + * tests/suffix4.test: Likewise. + * tests/suffix6.test: Likewise, and do not create a useless dummy + source file. + * tests/suffix7.test: Likewise. + * tests/suffix5.test: Enable `errexit' shell flag, and related + changes. Make grepping of Makefile.in slighty stricter. + * tests/suffix.test: Enable `errexit' shell flag, and related + changes. Also, do not redirect grep output to /dev/null, as this + might unmotivatedly hide useful information. + * tests/suffix2.test: Move setting of `errexit' shell flag earlier + in the script (just after inclusion of ./defs). Use a more + idiomatic way to count text occurrences in Makefile.in with + grep. Do not create useless dummy source files. + * tests/suffix10.test: Ensure verbose printing of captured make + stdout. Minor cosmetic changes. + * tests/suffix8.test: Likewise. Also, drop useless call to the + env(1) utility, and make grepping of make output stricter by using + $FGREP rather than plain grep. + * tests/suffix11.test: Likewise. + * tests/suffix12.test: Likewise. + * tests/suffix9.test: Prefet cat + here-doc over echo to append to + the `configure.in' stub. Cosmetic changes. + * tests/suffix13.test: Cosmetic spacing change. + + 2010-06-13 Stefano Lattarini + + Add useful comment in test script ext.test. + * tests/ext.test: Add a comment explaining why an apparently + useless `if' statement is indeed required. + +2010-06-13 Stefano Lattarini + Add useful comment in test script obsolete.test. * tests/obsolte.test: Add a comment explaining why we need an indirection in adding $AUTOUPDATE to $required.