[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, master, updated. v2.2.10-51-g1e7ce72
From: |
Ralf Wildenhues |
Subject: |
[SCM] GNU Libtool branch, master, updated. v2.2.10-51-g1e7ce72 |
Date: |
Sun, 04 Jul 2010 19:51: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 1e7ce72416cad66b1f82cd503d37f92ecdbe4b8a (commit)
from cec246760f4e5a5d93068858bfb4b80d560275d1 (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 1e7ce72416cad66b1f82cd503d37f92ecdbe4b8a
Author: Ralf Wildenhues <address@hidden>
Date: Sat Aug 16 18:19:43 2008 +0200
Fix ccache test for MSVC.
* tests/static.at (ccache -all-static): Ignore compiler stderr.
Reported by Peter Rosin.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/static.at | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0ed11fd..f9bb7dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-04 Ralf Wildenhues <address@hidden>
+
+ Fix ccache test for MSVC.
+ * tests/static.at (ccache -all-static): Ignore compiler stderr.
+ Reported by Peter Rosin.
+
2010-07-03 Charles Wilson <address@hidden>
Avoid false failures caused by filesystem interaction
diff --git a/tests/static.at b/tests/static.at
index f59b124..dfa4c42 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -371,7 +371,7 @@ AT_DATA([a.c],
[[int main(void) { return 0; }
]])
-AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore])
+AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore], [ignore])
AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS
-all-static a.$OBJEXT -o a$EXEEXT],
[], [ignore], [ignore])
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, master, updated. v2.2.10-51-g1e7ce72,
Ralf Wildenhues <=