libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-136-g04329d8


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-136-g04329d8
Date: Sat, 25 Jul 2009 09:34:18 +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  04329d83555b5f8d2fd02428418a79ea392b2d91 (commit)
      from  00558363daebeb41c02ab8eaa9cb5218caf97867 (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 04329d83555b5f8d2fd02428418a79ea392b2d91
Author: Roumen Petrov <address@hidden>
Date:   Fri Jul 24 22:59:46 2009 +0200

    Fixup 'execute mode' test for w32.
    
    * tests/execute-mode.at (execute mode): Add missing $EXEEXT.
    (LDFLAGS): Add -no-undefined.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    6 ++++++
 tests/execute-mode.at |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a644b26..5a81a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-24  Roumen Petrov  <address@hidden>  (tiny change)
+
+       Fixup 'execute mode' test for w32.
+       * tests/execute-mode.at (execute mode): Add missing $EXEEXT.
+       (LDFLAGS): Add -no-undefined.
+
 2009-07-01  Yaakov Selkowitz  <address@hidden> (tiny change)
            Charles Wilson  <address@hidden>
 
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index 0fba29c..a1f2017 100644
--- a/tests/execute-mode.at
+++ b/tests/execute-mode.at
@@ -110,6 +110,7 @@ int main (int argc, char **argv)
 }
 ]])
 
+LDFLAGS="$LDFLAGS -no-undefined"
 instdir=`pwd`/inst
 libdir=$instdir/lib
 
@@ -211,7 +212,7 @@ do
 done
 
 # Check that .la files are not transformed by the wrapper searching loop.
-AT_CHECK([$LIBTOOL --mode=execute echo ./main liba.lo libfakelib.la], [], 
[stdout])
+AT_CHECK([$LIBTOOL --mode=execute echo ./main$EXEEXT liba.lo libfakelib.la], 
[], [stdout])
 # This could be .libs/lt-main or similar (or just plain `main').
 AT_CHECK([grep main stdout], [], [ignore])
 AT_CHECK([grep liba.lo stdout], [], [ignore])


hooks/post-receive
-- 
GNU Libtool




reply via email to

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