]> 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 17:45:43 +0000 (17:45 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 4 Mar 2004 17:45:43 +0000 (17:45 +0000)
amok through the tree with 'rm -rf'!

ChangeLog
bootstrap

index 5c5182cb94e49867a9b429ec9d6f411f44fbf75d..ae443a421d84931b8d899f97549a26cebe5d3644 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-03-02  Patrick Welche  <prlw1@newn.cam.ac.uk>
 
        * doc/libtool.texi (LT_INIT): Dumb typos fixed.
index e1495e9e9dd06f1db58707fec731f58eccbed286..60c1c86ad85f9f395194e7d4934113df4deb2a04 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -34,7 +34,7 @@ WARNING: them with `libtool.m4' as shipped with this distribution.
 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