automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-189-ge4028ae
Date: Mon, 22 Sep 2008 21:03:33 +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=e4028ae2c06f82101c084b10e38affc8149954b1

The branch, master has been updated
       via  e4028ae2c06f82101c084b10e38affc8149954b1 (commit)
      from  389a02829a4746c0809419691c95f5e9b0e73773 (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 e4028ae2c06f82101c084b10e38affc8149954b1
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Sep 22 23:03:02 2008 +0200

    * tests/aclibobj.test: Fix race condition.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog           |    4 ++++
 tests/aclibobj.test |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c0938d7..20b76c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-22  Ralf Wildenhues  <address@hidden>
+
+       * tests/aclibobj.test: Fix race condition.
+
 2008-09-21  Ralf Wildenhues  <address@hidden>
 
        Fix man page creation without installed files.
diff --git a/tests/aclibobj.test b/tests/aclibobj.test
index 6b826ef..be79452 100755
--- a/tests/aclibobj.test
+++ b/tests/aclibobj.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2008  Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -41,6 +41,9 @@ cp configure.in X
 echo 'AC_LIBSOURCE(maude.c)' >> configure.in
 $AUTOMAKE
 
+# Avoid timestamp-related differences.
+rm -rf autom4te.cache
+
 cp X configure.in
 echo 'AC_LIBSOURCES([maude.c, liver.c])' >> configure.in
 $AUTOMAKE


hooks/post-receive
--
GNU Automake




reply via email to

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