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

Diff of /libtool/libtoolize.m4sh

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

revision 1.1.2.10 by gary, Sun Feb 27 19:35:55 2005 UTC revision 1.1.2.11 by gary, Wed Mar 2 10:33:55 2005 UTC
# Line 230  func_copy_cb () Line 230  func_copy_cb ()
230      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
231        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
232        copy_return_status=0        copy_return_status=0
233      elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" 2> /dev/null; ) \      elif { ( cd "$my_srcdir" && $TAR chof - "$my_file" 2> /dev/null; ) \
234          | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then          | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then
235        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
236        copy_return_status=0        copy_return_status=0

Legend:
Removed from v.1.1.2.10  
changed lines
  Added in v.1.1.2.11

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