automake-patches
[Top][All Lists]
Advanced

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

Patch: remove autom4te.cache


From: Tom Tromey
Subject: Patch: remove autom4te.cache
Date: 11 May 2002 17:20:57 -0600

I think we want this for 1.6.2.
I propose checking it in on the branch only, and on the trunk using
config.status --clean.

Comments?  Alexandre, what do you think?

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * lib/am/configure.am (distclean): Remove autom4te.cache.

Index: lib/am/configure.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/configure.am,v
retrieving revision 1.12
diff -u -r1.12 configure.am
--- lib/am/configure.am 7 Jan 2002 00:37:50 -0000 1.12
+++ lib/am/configure.am 11 May 2002 23:09:24 -0000
@@ -85,6 +85,8 @@
 if %?TOPDIR_P%
 distclean:
        -rm -f config.status config.cache config.log
+## Eventually config.status will do this for us.
+       -rm -rf autom4te.cache
 
 ## Note: you might think we should remove Makefile.in, configure, or
 ## aclocal.m4 here in a maintainer-clean rule.  However, the GNU



reply via email to

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