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.4.3-29-g3881e49


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.3-29-g3881e49
Date: Tue, 04 Nov 2014 20:16:29 +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  3881e49841491b0a9c97d97b1195c73a5ad0fa68 (commit)
      from  81443430bb14398f801f48d3c3df55f711989064 (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 3881e49841491b0a9c97d97b1195c73a5ad0fa68
Author: Gary V. Vaughan <address@hidden>
Date:   Tue Nov 4 20:11:49 2014 +0000

    libtool: fix universal library building on darwin.
    
    * build-aux/ltmain.in (func_extract_archives): $basename is now
    spelled $sed_basename.
    * NO-THANKS: Update.
    Reported by Misty De Meo
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 NO-THANKS           |    1 +
 build-aux/ltmain.in |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/NO-THANKS b/NO-THANKS
index 2bed9cc..b67d291 100644
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -106,6 +106,7 @@ Martin Doucha                       address@hidden
 Matthijs Kooijman              address@hidden
 Micheal E. Faenza              address@hidden
 Mike Miller                    address@hidden
+Misty De Meo                   address@hidden
 Nick Bowler                    address@hidden
 Nix                            address@hidden
 Olaf Lenz                      address@hidden
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 65ada0b..85e2809 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -3249,7 +3249,7 @@ func_extract_archives ()
              $RM 
"unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
            done # $darwin_arches
             ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name 
\*.lo -print | $SED -e "$basename" | sort -u`
+           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name 
\*.lo -print | $SED -e "$sed_basename" | sort -u`
            darwin_file=
            darwin_files=
            for darwin_file in $darwin_filelist; do


hooks/post-receive
-- 
GNU Libtool



reply via email to

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