libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 116-gary-tar-stdout-not-redirected.patch


From: Gary V. Vaughan
Subject: FYI: 116-gary-tar-stdout-not-redirected.patch
Date: Tue, 22 Feb 2005 17:16:13 +0000
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

*blush*

Applied on HEAD before merging to branch-2-0.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * libtoolize.m4sh (func_copy_cb): self.leg->shoot_off() :-/
        Let's not redirect stdout to null when sending tar output to a
        pipe.

2005-02-22  Gary V. Vaughan  <address@hidden>
Index: libtoolize.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.m4sh,v
retrieving revision 1.9
diff -u -p -r1.9 libtoolize.m4sh
--- libtoolize.m4sh 22 Feb 2005 15:27:07 -0000 1.9
+++ libtoolize.m4sh 22 Feb 2005 17:13:14 -0000
@@ -241,7 +241,7 @@ func_copy_cb ()
     if $opt_link && $LN_S "$my_srcdir/$my_file" "$my_destdir/$my_file"; then
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0
-    elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" > /dev/null 2>&1; ) \
+    elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" 2>/dev/null; ) \
         | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then
       $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
       copy_return_status=0

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]