]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Don't clobber the working copy metadata in
authorGary V. Vaughan <gary@gnu.org>
Thu, 22 Sep 2005 13:42:05 +0000 (13:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 22 Sep 2005 13:42:05 +0000 (13:42 +0000)
./{arch}/libtool during bootstrap.

ChangeLog
bootstrap

index 7c6fc5a3748666ee2c86d67267f7e395f65b7fd7..3478f934fb71727a7e42ffe94a842b6fbfd8ee2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-22  Gary V. Vaughan  <gary@gnu.org>
+
+       * bootstrap: Don't clobber the working copy metadata in
+       ./{arch}/libtool during bootstrap.
+
 2005-09-22  Peter Ekberg  <peda@lysator.liu.se>,
            Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
index 010c24effecc73c7fb7f90d13520421826e3f295..ae79d67dcafff6be0c3dade1400a3ed048e117bd 100755 (executable)
--- 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