From: Ryan Bloom Date: Thu, 27 Apr 2000 23:30:57 +0000 (+0000) Subject: Cleanup more files when make distclean is used. This should be all the X-Git-Tag: APACHE_2_0_ALPHA_3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa86bb962faef4ab8b97b436bae7719ab1676d81;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Makefile.in b/Makefile.in index a888103f915..910078b0cd2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/STATUS b/STATUS index 5d9549f95b6..a96ceb9945d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ 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