[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-34-g6087eb9 |
Date: |
Mon, 22 Sep 2008 21:05:29 +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=6087eb9b6047070c33eaaa695fd9914ace08df79
The branch, branch-1-10 has been updated
via 6087eb9b6047070c33eaaa695fd9914ace08df79 (commit)
from 030bc6380cc8e0a77fe97357fa28e9c1052a1a7f (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 6087eb9b6047070c33eaaa695fd9914ace08df79
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 d7f2252..29d3f52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-22 Ralf Wildenhues <address@hidden>
+
+ * tests/aclibobj.test: Fix race condition.
+
2008-09-04 Ralf Wildenhues <address@hidden>
Avoid Heisenbug with verbose testing on HP-UX.
diff --git a/tests/aclibobj.test b/tests/aclibobj.test
index f10dccf..67ed940 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 file is part of GNU Automake.
#
@@ -45,6 +45,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-34-g6087eb9,
Ralf Wildenhues <=