From: Gary V. Vaughan Date: Thu, 22 Sep 2005 13:42:05 +0000 (+0000) Subject: * bootstrap: Don't clobber the working copy metadata in X-Git-Tag: release-2-1b~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e728e151db2e572988ba8394ed6c8ae18bf2c5fa;p=thirdparty%2Flibtool.git * bootstrap: Don't clobber the working copy metadata in ./{arch}/libtool during bootstrap. --- diff --git a/ChangeLog b/ChangeLog index 7c6fc5a37..3478f934f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-22 Gary V. Vaughan + + * bootstrap: Don't clobber the working copy metadata in + ./{arch}/libtool during bootstrap. + 2005-09-22 Peter Ekberg , Ralf Wildenhues diff --git a/bootstrap b/bootstrap index 010c24eff..ae79d67dc 100755 --- a/bootstrap +++ b/bootstrap @@ -65,8 +65,9 @@ WARNING: them with all m4 file as shipped with this distribution (except WARNING: `lt~obsolete.m4'). After that, retry this bootstrap. EOF -find . -name '{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) \ - -depth -exec rm -rf \{\} \; +find . \( -name autom4te.cache -o -name libtool \) -depth -print \ + | grep -v '{arch}' \ + | xargs rm -rf # Delete stale files from previous libtool versions. rm -f acinclude.m4 libltdl/config.h