amok through the tree with 'rm -rf'!
+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
# 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}