libtool-patches
[Top][All Lists]
Advanced

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

FYI: 99-gary-dont-trash-arch-dirs-in-bootstrap.patch


From: Gary V. Vaughan
Subject: FYI: 99-gary-dont-trash-arch-dirs-in-bootstrap.patch
Date: Thu, 04 Mar 2004 17:55:12 +0000
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

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

Applied to HEAD and branch-1-5.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This patch notification generated by cvsapply version 0.13
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAR22AFRMICSmD1gYRAvNZAKCxwP4/OQkF16Ugg9l8oFshJiJyUACdEkTG
SGcesOLOTu7fDvh3G5s+tp0=
=GHTa
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * bootstrap: Prune out my arch mirror dir before running
        amok through the tree with 'rm -rf'!

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.41
diff -u -p -u -r1.41 bootstrap
--- bootstrap 12 Feb 2004 21:57:07 -0000 1.41
+++ bootstrap 4 Mar 2004 17:43:54 -0000
@@ -34,7 +34,7 @@ WARNING: them with `libtool.m4' as shipp
 WARNING: After that, retry this bootstrap.
 EOF
 
-rm -rf `find . \( -name autom4te.cache -o -name libtool \) -print`
+rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name 
libtool \) -print`
 
 fakes="config/ltmain.sh config/libtoolize"
 if test -z "$reconfdirs"; then

reply via email to

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