/[libtool]/libtool/ltmain.in
ViewVC logotype

Diff of /libtool/ltmain.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.334.2.77 by rwild, Fri Jul 8 13:48:28 2005 UTC revision 1.334.2.78 by rwild, Fri Jul 8 15:19:56 2005 UTC
# Line 4009  EOF Line 4009  EOF
4009            IFS="$save_ifs"            IFS="$save_ifs"
4010            eval cmd=\"$cmd\"            eval cmd=\"$cmd\"
4011            $show "$cmd"            $show "$cmd"
4012            $run eval "$cmd" || exit $?            $run eval "$cmd" || {
4013                lt_exit=$?
4014    
4015                # Restore the uninstalled library and exit
4016                if test "$mode" = relink; then
4017                  $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
4018                fi
4019    
4020                exit $lt_exit
4021              }
4022          done          done
4023          IFS="$save_ifs"          IFS="$save_ifs"
4024    
4025          # Restore the uninstalled library and exit          # Restore the uninstalled library and exit
4026          if test "$mode" = relink; then          if test "$mode" = relink; then
4027            $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?            $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
4028    
4029              if test -n "$convenience"; then
4030                if test -z "$whole_archive_flag_spec"; then
4031                  $show "${rm}r $gentop"
4032                  $run ${rm}r "$gentop"
4033                fi
4034              fi
4035    
4036            exit $EXIT_SUCCESS            exit $EXIT_SUCCESS
4037          fi          fi
4038    
# Line 5618  relink_command=\"$relink_command\"" Line 5635  relink_command=\"$relink_command\""
5635              IFS="$save_ifs"              IFS="$save_ifs"
5636              eval cmd=\"$cmd\"              eval cmd=\"$cmd\"
5637              $show "$cmd"              $show "$cmd"
5638              $run eval "$cmd" || exit $?              $run eval "$cmd" || {
5639                  lt_exit=$?
5640    
5641                  # Restore the uninstalled library and exit
5642                  if test "$mode" = relink; then
5643                    $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
5644                  fi
5645    
5646                  exit $lt_exit
5647                }
5648            done            done
5649            IFS="$save_ifs"            IFS="$save_ifs"
5650          fi          fi

Legend:
Removed from v.1.334.2.77  
changed lines
  Added in v.1.334.2.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26