You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/20 07:26:59 UTC

cvs commit: httpd-2.0 Makefile.in STATUS

rbb         00/12/19 22:26:59

  Modified:    .        Makefile.in STATUS
  Log:
  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.
  
  Revision  Changes    Path
  1.47      +1 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Makefile.in	2000/12/20 00:59:06	1.46
  +++ Makefile.in	2000/12/20 06:26:58	1.47
  @@ -1,5 +1,5 @@
   
  -SUBDIRS = srclib modules os server support test
  +SUBDIRS = srclib modules os server support
   
   PROGRAM_NAME         = $(progname)
   PROGRAM_SOURCES      = modules.c
  
  
  
  1.170     +4 -5      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.169
  retrieving revision 1.170
  diff -u -r1.169 -r1.170
  --- STATUS	2000/12/20 06:17:52	1.169
  +++ STATUS	2000/12/20 06:26:58	1.170
  @@ -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 @@
         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
  @@ -78,6 +74,9 @@
   	Status: rbb volunteers
   
   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.
  
  
  

Re: cvs commit: httpd-2.0 Makefile.in STATUS

Posted by Greg Stein <gs...@lyra.org>.
Thanks!

And yah... I'll get it fixed, but probably not immediately.

Cheers,
-g

On Wed, Dec 20, 2000 at 06:26:59AM -0000, rbb@locus.apache.org wrote:
> rbb         00/12/19 22:26:59
> 
>   Modified:    .        Makefile.in STATUS
>   Log:
>   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.
>   
>   Revision  Changes    Path
>   1.47      +1 -1      httpd-2.0/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/Makefile.in,v
>   retrieving revision 1.46
>   retrieving revision 1.47
>   diff -u -r1.46 -r1.47
>   --- Makefile.in	2000/12/20 00:59:06	1.46
>   +++ Makefile.in	2000/12/20 06:26:58	1.47
>   @@ -1,5 +1,5 @@
>    
>   -SUBDIRS = srclib modules os server support test
>   +SUBDIRS = srclib modules os server support
>    
>    PROGRAM_NAME         = $(progname)
>    PROGRAM_SOURCES      = modules.c
>   
>   
>   
>   1.170     +4 -5      httpd-2.0/STATUS
>   
>   Index: STATUS
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/STATUS,v
>   retrieving revision 1.169
>   retrieving revision 1.170
>   diff -u -r1.169 -r1.170
>   --- STATUS	2000/12/20 06:17:52	1.169
>   +++ STATUS	2000/12/20 06:26:58	1.170
>   @@ -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 @@
>          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
>   @@ -78,6 +74,9 @@
>    	Status: rbb volunteers
>    
>    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.
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/