]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Be robust to having no files that need removing.
authorGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 19:09:39 +0000 (19:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 19:09:39 +0000 (19:09 +0000)
ChangeLog
bootstrap

index 363df66fe7e9bf5cdee6ed79fa1839ce236846a8..f4553cc354cfdc86bd36e4f75e8f76971d550305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-09-11  Gary V. Vaughan  <gary@gnu.org>
 
+       * bootstrap: Be robust to having no files that need removing.
+
        * configure.in: Bumped version to 1.4.2a.
 
        GNU libtool 1.4.2 was released.
@@ -50,7 +52,7 @@
        (AC_PROG_LD): Don't forget to AC_REQUIRE it!  Be careful not to
        set IFS="${IFS}$PATH_SEPARATOR" for PATH splitting, otherwise
        spaces in directory names will be lost.
-       (AC_PROG_NM): Dittp.
+       (AC_PROG_NM): Ditto.
        * ltmain.in: Default IFS once, at the start.
        Reported by Akim Demaille <akim@epita.fr>
 
index 4e1f1b5c8679e4414d74a71ae54dae1d5434f0d7..9c246d50360bab2028f9a5ba04890e88443c2100 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3,7 +3,7 @@
 # helps bootstrapping libtool, when checked out from CVS
 # requires GNU autoconf and GNU automake
 
-find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
+find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
 
 file=Makefile.in