automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-506-g


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-506-g100e974
Date: Thu, 20 Oct 2011 15:46:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=100e97400a06c0f9af0ea7be99aa60be95c624bf

The branch, maint has been updated
       via  100e97400a06c0f9af0ea7be99aa60be95c624bf (commit)
       via  f8f8ec0e6c0dbcaa458e48efa7b5c64960e528bd (commit)
      from  d91f357d9841d2da2fe7538bbcff73bcca94435a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 100e97400a06c0f9af0ea7be99aa60be95c624bf
Merge: d91f357 f8f8ec0
Author: Stefano Lattarini <address@hidden>
Date:   Thu Oct 20 17:45:12 2011 +0200

    Merge branch 'aclocal-path' into maint
    
    * aclocal-path:
      tests: fix spurious failure on fast machines

commit f8f8ec0e6c0dbcaa458e48efa7b5c64960e528bd
Author: Stefano Lattarini <address@hidden>
Date:   Thu Oct 20 17:44:04 2011 +0200

    tests: fix spurious failure on fast machines
    
    * tests/aclocal-path-precedence.test: Also remove the `configure'
    script between different test runs, to ensure it is always remade
    by autoconf.  Add proper explicative comments.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |    7 +++++++
 tests/aclocal-path-install-serial.test |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 16f72e4..c87185f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-20  Stefano Lattarini  <address@hidden>
 
+       tests: fix spurious failure on fast machines
+       * tests/aclocal-path-precedence.test: Also remove the `configure'
+       script between different test runs, to ensure it is always remade
+       by autoconf.  Add proper explicative comments.
+
+2011-10-20  Stefano Lattarini  <address@hidden>
+
        tests: avoid spurious failure of 'uninstall-fail.test' on Solaris
        * tests/uninstall-fail.test: All the Solaris 10 shells (/bin/sh,
        /bin/ksh, and /usr/xpg4/bin/sh), upon failing to chdir to a
diff --git a/tests/aclocal-path-install-serial.test 
b/tests/aclocal-path-install-serial.test
index 15b4204..511ccee 100755
--- a/tests/aclocal-path-install-serial.test
+++ b/tests/aclocal-path-install-serial.test
@@ -45,7 +45,9 @@ win ()
     pdir) ok=pdir ko=sdir;;
        *) fatal_ "win(): invalud argument \`$1'";;
   esac
-  rm -rf aclocal.m4 autom4te*.cache m4/*
+  # This is required on fast machine, to avoid caching and timestamp
+  # issues with the autotools (already happened in practice).
+  rm -rf configure aclocal.m4 autom4te*.cache m4/*
   $ACLOCAL -I m4 --install
   test -f m4/foo.m4 # Sanity check.
   $AUTOCONF


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]