/[libtool]/libtool/libtoolize.m4sh
ViewVC logotype

Diff of /libtool/libtoolize.m4sh

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

revision 1.13 by gary, Wed Mar 2 10:36:41 2005 UTC revision 1.14 by gary, Thu Mar 10 17:25:17 2005 UTC
# Line 242  func_copy_cb () Line 242  func_copy_cb ()
242      if $opt_link && $LN_S "$my_srcdir/$my_file" "$my_destdir/$my_file"; then      if $opt_link && $LN_S "$my_srcdir/$my_file" "$my_destdir/$my_file"; then
243        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
244        copy_return_status=0        copy_return_status=0
245      elif { ( cd "$my_srcdir" && $TAR chof - "$my_file" 2>/dev/null; ) \      elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2>/dev/null; ) \
246          | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then          | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 2>&1; ) } ; then
247        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
248        copy_return_status=0        copy_return_status=0
249      elif $CP -p "$my_srcdir/$my_file" "$my_destdir/$my_file"; then      elif $CP -p "$my_srcdir/$my_file" "$my_destdir/$my_file"; then

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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