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-134-gf54621c


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-134-gf54621c
Date: Sun, 29 Aug 2010 07:13:34 +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  f54621ca526d383ae6a120a11981be0a03aa1151 (commit)
       via  d6ff024982625586ff6878fe7872f918d0699b1a (commit)
      from  ae9600616941d098acb07bb565bcef2a4f9da4a8 (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 f54621ca526d383ae6a120a11981be0a03aa1151
Merge: ae96006 d6ff024
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Aug 29 09:12:28 2010 +0200

    Merge branch 'parallel-tests'
    
    * parallel-tests:
      Silence order-only configure test for AIX make.

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

Summary of changes:
 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f03e4f..d054735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-29  Ralf Wildenhues  <address@hidden>
+
+       Silence order-only configure test for AIX make.
+       * configure.ac: Also drop standard output, for AIX 5.1 make.
+
 2010-08-28  Charles Wilson  <address@hidden>
 
        Minor sysroot fixups.
diff --git a/configure.ac b/configure.ac
index 215a707..e13ad43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ a b c:
        touch $[]@
 END
    touch c
-   if ${MAKE-make} -s -q -f confmk 2>/dev/null; then
+   if ${MAKE-make} -s -q -f confmk >/dev/null 2>&1; then
      lt_cv_make_order_only=yes
    else
      lt_cv_make_order_only=no


hooks/post-receive
-- 
GNU Libtool



reply via email to

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