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.10-154-g0f052db


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-154-g0f052db
Date: Thu, 02 Sep 2010 19:12:44 +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  0f052db3b89835904b95d8336b2491e7b8eef8f7 (commit)
       via  f2fc0e036910682c982daaf4cacea328091a4332 (commit)
      from  a77cfa4188975cb2c93084c5ccabfdc2598d29e3 (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 0f052db3b89835904b95d8336b2491e7b8eef8f7
Merge: f2fc0e0 a77cfa4
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Sep 2 21:12:02 2010 +0200

    Merge remote branch 'origin/master'

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

Summary of changes:
 ChangeLog     |    9 ++++++++-
 tests/help.at |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44d0f47..448393f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2010-09-31  Charles Wilson  <address@hidden>
+2010-09-02  Ralf Wildenhues  <address@hidden>
+
+       tests: avoid spurious test failure due to library mode on HP-UX.
+       * tests/help.at (debug tracing): Use $lt_INSTALL not cp for
+       install mode, the latter will not overwrite an existing library
+       with mode 555.
+
+2010-09-01  Charles Wilson  <address@hidden>
 
        Path conversion documentation
        * doc/libtool.texi (Platform quirks): Add new subsections
diff --git a/tests/help.at b/tests/help.at
index c4eaa87..0b60a0d 100644
--- a/tests/help.at
+++ b/tests/help.at
@@ -161,7 +161,7 @@ for trace in '' --debug; do
 
   # Hypothesis: --debug should be passed to relink mode if (and only if)
   # it was passed at link mode.
-  AT_CHECK([$orig_LIBTOOL --mode=install cp liba.la libb.la $libdir],
+  AT_CHECK([$orig_LIBTOOL --mode=install $lt_INSTALL liba.la libb.la $libdir],
           [], [stdout], [stderr])
   if grep ': relinking ' stdout stderr; then
     if test "X$trace" = X--debug; then


hooks/post-receive
-- 
GNU Libtool



reply via email to

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