From: Ryan Bloom Date: Wed, 20 Dec 2000 06:26:58 +0000 (+0000) Subject: Remove the test directory from the top level Makefile, and move the STATUS X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=597902b0be2595dc56e87fbe0f03b82d5e48be6f;p=apache Remove the test directory from the top level Makefile, and move the STATUS item to "non-showstopper but nice to fix" category. This is in preparation for tomorrow's BETA. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 3d7f45beaa..29d03a303f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ -SUBDIRS = srclib modules os server support test +SUBDIRS = srclib modules os server support PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c diff --git a/STATUS b/STATUS index 3c073df59e..f844f89f95 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2000/12/20 06:17:52 $] +Last modified at [$Date: 2000/12/20 06:26:58 $] Release: @@ -65,10 +65,6 @@ RELEASE SHOWSTOPPERS: added to the filter chain after any filters specified in enclosing containers. - * release distros do not include a "test" dir. don't put it in the - top-level SUBDIRS list, but definitely get it cleaned for the - dev guys. (Greg volunteers) - * The instructions for rolling a release need to be updated for 2.0. Status: rbb volunteers @@ -79,6 +75,9 @@ RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * release distros do not include a "test" dir. It should be + cleaned for the dev guys. (Greg volunteers) + * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API.