From: Stefano Lattarini Date: Fri, 8 Jul 2011 08:48:22 +0000 (+0200) Subject: Merge branch 'doc-silent-rules-reference-config-site-test' into maint X-Git-Tag: v1.11.1b~26^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b01fc0873d749b73fcd54378772d36c05ce81bf2;p=thirdparty%2Fautomake.git Merge branch 'doc-silent-rules-reference-config-site-test' into maint * doc-silent-rules-reference-config-site-test: docs, tests: synchronize examples on silent-rules from config.site --- b01fc0873d749b73fcd54378772d36c05ce81bf2 diff --cc ChangeLog index 461028aa6,053e4cc01..ed062fec1 --- a/ChangeLog +++ b/ChangeLog @@@ -1,28 -1,9 +1,34 @@@ + 2011-07-08 Stefano Lattarini + + docs, tests: synchronize examples on silent-rules from config.site + * doc/automake.texi (Automake silent-rules Option): Reference test + 'silent-configsite.test' in comments. + +2011-07-08 Stefano Lattarini + + tests: portability fixes in tests on amhello examples + * tests/amhello-binpkg.test: Don't use "tar xzf too.tag.gz" to + extract a gzip-compressed tarball, that's unportable to some + tar implementations; use the "gzip -dc fo.tar.gz | tar xf -" + idiom instead. + * tests/amhello-cflags.test: Likewise. + * tests/amhello-cross-compile.test: Likewise. + Suggestion from Ralf Wildenhues. + +2011-07-04 Stefano Lattarini + + remake: add test ensuring that slower remakes don't hang + * tests/remake-subdir-long-time.test: New test. + * tests/Makefile.am (TESTS): Update. + Suggestion by Ralf Wildenhues. + +2011-07-04 Stefano Lattarini + + remake: fix outdated comment in configure.am + * lib/am/configure.am: Fix comment falsified by changes in + commit `v1.11-366-gbee9871'. + Suggestion by Ralf Wildenhues. + 2011-07-01 Stefano Lattarini docs, tests: synchronize examples from docs to tests