From 597902b0be2595dc56e87fbe0f03b82d5e48be6f Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 20 Dec 2000 06:26:58 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- STATUS | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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. -- 2.40.0