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-64-g0c0c502


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-64-g0c0c502
Date: Mon, 19 Jan 2009 20:51:42 +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  0c0c502b9684146d1cdedbd383f0f4505c1123a3 (commit)
      from  fa452bc59ae2efca9efb676f6dadd5f7478eb23e (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 0c0c502b9684146d1cdedbd383f0f4505c1123a3
Author: Roumen Petrov <address@hidden>
Date:   Mon Jan 19 21:49:58 2009 +0100

    Add missing $EXEEXT to java test.
    
    * tests/convenience.at (Java convenience archives): Add $EXEEXT.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog            |    5 +++++
 tests/convenience.at |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f17a5e0..d9a0b37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-19  Roumen Petrov  <address@hidden>  (tiny change)
+
+       Add missing $EXEEXT to java test.
+       * tests/convenience.at (Java convenience archives): Add $EXEEXT.
+
 2009-01-19  Ralf Wildenhues  <address@hidden>
 
        Bump copyright years.
diff --git a/tests/convenience.at b/tests/convenience.at
index 995c8ff..339c59a 100644
--- a/tests/convenience.at
+++ b/tests/convenience.at
@@ -1,6 +1,6 @@
 # convenience.at -- testing C convenience archives            -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
@@ -263,7 +263,7 @@ EOF
   # libgcj.spec or unable to find it.  Skip this test for them.
   if test $i -eq 1; then
     AT_CHECK([$GCJ $GCJFLAGS -c foo1.java || exit 77], [], [ignore], [ignore])
-    AT_CHECK([$GCJ $GCJFLAGS --main=foo1 -o foo1 foo1.java A1.java || exit 
77],[],[ignore],[ignore])
+    AT_CHECK([$GCJ $GCJFLAGS --main=foo1 -o foo1$EXEEXT foo1.java A1.java || 
exit 77],[],[ignore],[ignore])
     AT_CHECK([./foo1$EXEEXT || exit 77],[],[ignore],[ignore])
     rm -f foo1.o foo1.obj foo1$EXEEXT
   fi


hooks/post-receive
--
GNU Libtool




reply via email to

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