Commit 225fa90f authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Cleanup more files when make distclean is used. This should be all the

files that should be cleaned.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85065 13f79535-47bb-0310-9956-ffa450edef68
parent be9921d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ targets = $(PROGRAMS)
phony_targets   = buildmark.c
install_targets = install-conf install-htdocs install-icons install-other \
	install-cgi install-include install-support
DISTCLEANFILES  = apaci include/config_auto.h modules.c
DISTCLEANFILES  = include/config_auto.h modules.c aclocal.m4 buildmk.stamp \
	configure generated_lists include/ap_config_auto.h \
	include/ap_config_auto.h.in include/ap_config_path.h install-sh

include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/program.mk
+1 −15
Original line number Diff line number Diff line
Apache 2.0 STATUS:
Last modified at [$Date: 2000/04/27 19:01:31 $]
Last modified at [$Date: 2000/04/27 23:30:56 $]

Release:

@@ -78,20 +78,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
      a config file and sets up an internal tree structure for
      configuration.
    
    * "make distclean" leaves (at least these) turds:
	lib/.deps
	lib/apr/.deps
	lib/apr/shmem/unix/mm/config.log
	lib/apr/shmem/unix/mm/mm_conf.h
	lib/apr/shmem/unix/mm/libtool
	lib/apr/shmem/unix/mm/config.status
	lib/apr/shmem/unix/mm/Makefile
	lib/apr/shmem/unix/mm/mm-config
	main/a
	modules/.deps
	modules/mpm/.deps
	os/.deps

    * the top-level configure.in appears to use $USE_MAINTAINER_MODE = yes
	to set -Wall/etc. flags, and the APR configure.in appears to use
	--with-debug.  both seem like more of a hardwired pain compaired