From: Gary V. Vaughan Date: Thu, 4 Mar 2004 17:45:43 +0000 (+0000) Subject: * bootstrap: Prune out my arch mirror dir before running X-Git-Tag: release-1-9b~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56fb90c2a08238ac8f340e4f2c6a1bb4c771ad3;p=thirdparty%2Flibtool.git * bootstrap: Prune out my arch mirror dir before running amok through the tree with 'rm -rf'! --- diff --git a/ChangeLog b/ChangeLog index 5c5182cb9..ae443a421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-02 Gary V. Vaughan + + * bootstrap: Prune out my arch mirror dir before running + amok through the tree with 'rm -rf'! + 2004-03-02 Patrick Welche * doc/libtool.texi (LT_INIT): Dumb typos fixed. diff --git a/bootstrap b/bootstrap index e1495e9e9..60c1c86ad 100755 --- 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