]> granicus.if.org Git - apache/commitdiff
Remove the test directory from the top level Makefile, and move the STATUS
authorRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 06:26:58 +0000 (06:26 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 20 Dec 2000 06:26:58 +0000 (06:26 +0000)
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
STATUS

index 3d7f45beaa5887c1a8ad0d06eb5ee727bd01a11b..29d03a303f1bf3d71948be487094b5a1ca98eac8 100644 (file)
@@ -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 3c073df59e42a9a25a5d897ff5463d9a7cc9b841..f844f89f9547f4716e795938c1cf10783656b670 100644 (file)
--- 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.