Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57179 invoked by uid 500); 21 Apr 2002 12:34:27 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 57166 invoked from network); 21 Apr 2002 12:34:27 -0000 Date: Sun, 21 Apr 2002 13:53:10 +0100 From: Thom May To: HTTPD Dev List Subject: [PATCH] Remove autom4te.cache when make {dist.extra}clean runs Message-ID: <20020421125310.GB7732@eustasy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Operating-System: Linux/2.4.19-pre6 (i686) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N APR's behaviour is to remove autom4te.cache on make clean, but I think it's really only necessary for distclean and extraclean. Thoughts? Cheers, -Thom -- Thom May -> thom@planetarytramp.net Index: Makefile.in =================================================================== RCS file: /home/cvspublic/httpd-2.0/Makefile.in,v retrieving revision 1.106 diff -u -u -r1.106 Makefile.in --- Makefile.in 12 Apr 2002 03:37:01 -0000 1.106 +++ Makefile.in 21 Apr 2002 12:19:47 -0000 @@ -182,5 +183,8 @@ suexec: cd support && $(MAKE) suexec + +x-local-distclean: + $(RM) -r autom4te.cache include $(top_srcdir)/os/os2/core.mk