libtool-patches
[Top][All Lists]
Advanced

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

FYI: use `&&' to separate commands in the untar process [libtool--releas


From: Gary V. Vaughan
Subject: FYI: use `&&' to separate commands in the untar process [libtool--release--2.0--patch-56]
Date: Thu, 10 Mar 2005 20:58:58 +0000 (GMT)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-2-0 (I didn't make this oversight in the other branches).

  * looking for address@hidden/libtool--release--2.0--patch-55 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-55
  M  libltdl/Makefile.am
  M  libtoolize.m4sh
  M  ChangeLog
  M  libltdl/loaders/Makefile.am
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        * libltdl/Makefile.am (install-data-local): Use `&&' to separate
        commands so that stdin reaches the untar pracess.
        * libltdl/loaders/Makefile.am (install-data-local): Ditto.
        * libtoolize.m4sh (func_copy_cb): Ditto.
  
  --- orig/libltdl/Makefile.am
  +++ mod/libltdl/Makefile.am
  @@ -80,7 +80,7 @@
   install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
        ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
  -       | ( umask 0; cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
  +       | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
   
   ## Make sure these will be cleaned even when they're not built by default:
   CLEANFILES           = libltdl.la libltdlc.la libdlloader.la
  
  
  --- orig/libltdl/loaders/Makefile.am
  +++ mod/libltdl/loaders/Makefile.am
  @@ -56,5 +56,5 @@
   install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
        ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
  -       | ( umask 0; cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
  +       | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
   
  
  
  --- orig/libtoolize.m4sh
  +++ mod/libtoolize.m4sh
  @@ -231,7 +231,7 @@
         $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
         copy_return_status=0
       elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2> 
/dev/null; ) \
  -        | ( umask 0; cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 
2>&1; ) }
  +        | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > 
/dev/null 2>&1; ) }
       then
         $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
         copy_return_status=0
  
  
  
- -- 
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
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCMLURFRMICSmD1gYRAkyIAKCRgKn5IXvRL27Xww35HxqF1V8gswCfbxDv
rZXtW+evqzfMEYvnMXcWazc=
=7NM7
-----END PGP SIGNATURE-----




reply via email to

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