[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-620-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-620-g0e444f5 |
Date: |
Sat, 15 Jan 2011 08:20:19 +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=0e444f5394c435dc55a9ba061224b6a6040042f9
The branch, master has been updated
via 0e444f5394c435dc55a9ba061224b6a6040042f9 (commit)
via 3360a6b0e565e8bd9e1974571730987637140367 (commit)
from cdf8817856cdf9a91baa95942241b05fbae452b7 (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 0e444f5394c435dc55a9ba061224b6a6040042f9
Merge: cdf8817 3360a6b
Author: Ralf Wildenhues <address@hidden>
Date: Sat Jan 15 09:19:59 2011 +0100
Merge branch 'sanity-sleep-fix-master'
commit 3360a6b0e565e8bd9e1974571730987637140367
Author: Ralf Wildenhues <address@hidden>
Date: Sat Jan 15 09:19:05 2011 +0100
Regenerate files.
-----------------------------------------------------------------------
Summary of changes:
configure | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 089b32a..e2add32 100755
--- a/configure
+++ b/configure
@@ -2940,7 +2940,8 @@ LTLIBOBJS=$ac_ltlibobjs
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are
newer than configure" >&5
$as_echo_n "checking that generated files are newer than configure... " >&6; }
if test -n "$am_sleep_pid"; then
- wait $am_sleep_pid
+ # Hide warnings about reused PIDs.
+ wait $am_sleep_pid 2>/dev/null
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
$as_echo "done" >&6; }
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-620-g0e444f5,
Ralf Wildenhues <=