mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
Optimize assignment of output_la.
* libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec instances. Report by Ralf Wildenhues.
This commit is contained in:
parent
2e5ed25df3
commit
3f22cab581
@ -1,3 +1,10 @@
|
||||
2010-07-08 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
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 <gary@gnu.org>
|
||||
|
||||
Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user