libtool-patches
[Top][All Lists]
Advanced

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

FYI: 279-gary-fix-bootstrap-clobber.diff [libtool--devo--1.0--patch-283]


From: Gary V. Vaughan
Subject: FYI: 279-gary-fix-bootstrap-clobber.diff [libtool--devo--1.0--patch-283]
Date: Thu, 22 Sep 2005 14:31:10 +0100 (BST)
User-agent: mailnotify/0.7

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

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-283 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-283
  M  bootstrap
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * bootstrap: Don't clobber the working copy metadata in
        ./{arch}/libtool during bootstrap.
  
  --- orig/bootstrap
  +++ mod/bootstrap
  @@ -65,8 +65,9 @@
   WARNING: `lt~obsolete.m4').  After that, retry this bootstrap.
   EOF
   
  -find . -name '{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) \
  -       -depth -exec rm -rf \{\} \;
  +find . \( -name autom4te.cache -o -name libtool \) -depth -print \
  +  | grep -v '{arch}' \
  +  | xargs rm -rf
   
   # Delete stale files from previous libtool versions.
   rm -f acinclude.m4 libltdl/config.h
  
  
  
- -- 
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 1.0
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDMrIdFRMICSmD1gYRAtrTAJ9pG4HMIgd77rPDMT/vpu7fAtt2PACfZr86
3vtM4E+Uwk9qecB2ggYhrrA=
=VWwE
-----END PGP SIGNATURE-----




reply via email to

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