[SCM] GNU Libtool branch, master, updated. v2.2.10-57-g3f22cab

"Peter Rosin" <[email protected]>
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
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 <[email protected]>
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  <[email protected]>
+
+	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  <[email protected]>
 
 	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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.