libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 10-gary-robustify-bootstrap.patch


From: Gary V. Vaughan
Subject: FYI: 10-gary-robustify-bootstrap.patch
Date: Sat, 8 Sep 2001 04:02:05 +0100
User-agent: Mutt/1.3.22.1i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * bootstrap: Cleanup `autom4te' and `libtool' so that we don't
        get caught by something from a previous build.

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.16.2.1
diff -u -p -u -r1.16.2.1 bootstrap
--- bootstrap 2001/09/06 21:44:10 1.16.2.1
+++ bootstrap 2001/09/08 02:56:14
@@ -3,7 +3,7 @@
 # helps bootstrapping libtool, when checked out from CVS
 # requires GNU autoconf and GNU automake
 
-find . -name autom4te.cache -print | xargs rm -r
+find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
 
 file=Makefile.in
 

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]