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-57-g3f22cab


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-57-g3f22cab
Date: Thu, 08 Jul 2010 12:27:27 +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  3f22cab581a21d240df9cbfc6d1fdedaa1aa2b97 (commit)
      from  2e5ed25df3ccbc6e0fef5195199ba2e7649c2767 (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 3f22cab581a21d240df9cbfc6d1fdedaa1aa2b97
Author: Peter Rosin <address@hidden>
Date:   Thu Jul 8 14:23:02 2010 +0200

    Optimize assignment of output_la.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec
    instances.
    Report by Ralf Wildenhues.

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

Summary of changes:
 ChangeLog                  |    7 +++++++
 libltdl/config/ltmain.m4sh |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b180dc6..16de0b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-08  Peter Rosin  <address@hidden>
+
+       Optimize assignment of output_la.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec
+       instances.
+       Report by Ralf Wildenhues.
+
 2010-07-08  Gary V. Vaughan  <address@hidden>
 
        Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 1a2c02d..a8f0ac1 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -6916,7 +6916,8 @@ EOF
                func_show_eval "$cmd" 'exit $?'
                skipped_export=false
              elif test -n "$nm_file_list_spec"; then
-               output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
+               func_basename "$output"
+               output_la=$func_basename_result
                save_libobjs=$libobjs
                save_output=$output
                output=${output_objdir}/${output_la}.nm


hooks/post-receive
-- 
GNU Libtool



reply via email to

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