Commit 24e26db8 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 0a7a5c00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

SUBDIRS = srclib modules os server support test
SUBDIRS = srclib modules os server support

PROGRAM_NAME         = $(progname)
PROGRAM_SOURCES      = modules.c
+4 −5
Original line number Diff line number Diff line
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.