You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Thom May <th...@planetarytramp.net> on 2002/05/03 22:24:22 UTC

[Patch] Remove autom4te.cache during make distclean

(and this isn't just because it has such a stupid name.)
APR and APR-Util both do this already, so it brings httpd in line behaviour
wise.
-- 
Thom May -> thom@planetarytramp.net

"When MSDOS was written specifically for the 8088 ..., this was less then 
brilliant. Writing an OS only for the 386 in 91 gets you the second 'F'..." 
AST to Linus Torvalds

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

Re: [Patch] Remove autom4te.cache during make distclean

Posted by Justin Erenkrantz <je...@apache.org>.
On Fri, May 03, 2002 at 09:24:22PM +0100, Thom May wrote:
> (and this isn't just because it has such a stupid name.)
> APR and APR-Util both do this already, so it brings httpd in line behaviour
> wise.

Yeah, it's a stupid name.  Committed.  Thanks!  -- justin