]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Prune out my arch mirror dir before running
authorGary V. Vaughan <gary@gnu.org>
Thu, 4 Mar 2004 18:12:38 +0000 (18:12 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 4 Mar 2004 18:12:38 +0000 (18:12 +0000)
amok through the tree with 'rm -rf'!

ChangeLog
bootstrap

index 8d89e39c682e1d6744f7904cbe3a4c49efd6435c..18ffe5ef4c469a6e3458750369ed4502aa9f3986 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-02  Gary V. Vaughan  <gary@gnu.org>
+
+       * bootstrap: Prune out my arch mirror dir before running
+       amok through the tree with 'rm -rf'!
+
 2004-02-22  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am (web-manual): Generate the web manual carefully
index 304284fc022035c9769cc72e7d7f25d00e10cf5f..7577bee972d8a12ce9459e42cb67720ead3682f7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3,7 +3,7 @@
 # helps bootstrapping libtool, when checked out from CVS
 # requires at least GNU autoconf 2.50 and GNU automake1.4-p5
 
-find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
+rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print`
 
 : ${ACLOCAL=aclocal}
 : ${AUTOMAKE=automake}