libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. release-2-2-2-25-gcbd4eca


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. release-2-2-2-25-gcbd4eca
Date: Wed, 23 Apr 2008 05:49: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 Libtool".

The branch, master has been updated
       via  cbd4eca5912cf8f889c896e9d5cd8ce39f85a456 (commit)
      from  4d777f8223aabcd4ff95aefe8fd3fb86f5e6d7ae (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 cbd4eca5912cf8f889c896e9d5cd8ce39f85a456
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Apr 23 07:48:45 2008 +0200

    * tests/static.at (ccache -all-static): Ignore link warnings.
    
    Report by Gary V. Vaughan.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog       |    5 +++++
 tests/static.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ebf9ba9..1f56c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23  Ralf Wildenhues  <address@hidden>
+
+       * tests/static.at (ccache -all-static): Ignore link warnings.
+       Report by Gary V. Vaughan.
+
 2008-04-22  Gary V. Vaughan  <address@hidden>
 
        Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate.
diff --git a/tests/static.at b/tests/static.at
index 1a51d0d..b5e9946 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -372,6 +372,6 @@ AT_DATA([a.c],
 
 AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore])
 AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS 
-all-static a.$OBJEXT -o a],
-        [], [ignore])
+        [], [ignore], [ignore])
 
 AT_CLEANUP


hooks/post-receive
--
GNU Libtool




reply via email to

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