[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, master, updated. v2.2.4-29-gbda06a5
From: |
Ralf Wildenhues |
Subject: |
[SCM] GNU Libtool branch, master, updated. v2.2.4-29-gbda06a5 |
Date: |
Mon, 11 Aug 2008 20:16:13 +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 Libtool".
The branch, master has been updated
via bda06a53b08a73c994b0aa7a4dc545169bb5dcf1 (commit)
from 7a0ab75b49ab7906ec3a45f1aa823953dc7e1de4 (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 bda06a53b08a73c994b0aa7a4dc545169bb5dcf1
Author: Ralf Wildenhues <address@hidden>
Date: Mon Aug 11 22:13:32 2008 +0200
Fix configure-iface.at for 'make -j'.
* tests/configure-iface.at (convenience libltdl): Ignore warning
from parallel make.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/configure-iface.at | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 32418c1..706990e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-11 Ralf Wildenhues <address@hidden>
+
+ * tests/configure-iface.at (convenience libltdl): Ignore warning
+ from parallel make.
+
2008-08-07 DJ Delorie <address@hidden>
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf]
diff --git a/tests/configure-iface.at b/tests/configure-iface.at
index 9a311dc..5e33eca 100644
--- a/tests/configure-iface.at
+++ b/tests/configure-iface.at
@@ -298,7 +298,7 @@ print-ltdl:
]])
LT_AT_BOOTSTRAP([--ltdl], [-I libltdl/m4], [ignore], [ignore], [], [],
[ignore])
-AT_CHECK([$MAKE print-ltdl], [], [stdout])
+AT_CHECK([$MAKE print-ltdl], [], [stdout], [ignore])
AT_CHECK([grep libltdl/libltdlc.la stdout], [], [ignore])
AT_CLEANUP
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, master, updated. v2.2.4-29-gbda06a5,
Ralf Wildenhues <=