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

Diff of /libtool/libtoolize.m4sh

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

revision 1.9 by gary, Tue Feb 22 15:27:07 2005 UTC revision 1.10 by gary, Tue Feb 22 17:19:49 2005 UTC
# Line 241  func_copy_cb () Line 241  func_copy_cb ()
241      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
242        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
243        copy_return_status=0        copy_return_status=0
244      elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" > /dev/null 2>&1; ) \      elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" 2>/dev/null; ) \
245          | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then          | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then
246        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
247        copy_return_status=0        copy_return_status=0

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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