]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'fix-amhello-examples-tests' into maint
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 07:41:27 +0000 (09:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 07:43:03 +0000 (09:43 +0200)
* fix-amhello-examples-tests:
  tests: portability fixes in tests on amhello examples

1  2 
ChangeLog

diff --cc ChangeLog
index 60a471512ea85777326291e473c95fc33b8770c2,888e95b5086dbfc868f4e202540e7876c3b341f1..461028aa683c57f846d25c972a7a5d9f52757be4
+++ b/ChangeLog
@@@ -1,17 -1,14 +1,28 @@@
+ 2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
  
        docs, tests: synchronize examples from docs to tests