You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/02/02 17:39:12 UTC

cvs commit: httpd-2.0/server Makefile.in

trawick     2004/02/02 08:39:12

  Modified:    .        CHANGES
               server   Makefile.in
  Log:
  Delete some make-generated files in the server directory during
  "make clean" processing.
  
  PR:		26552
  
  Revision  Changes    Path
  1.1390    +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1389
  retrieving revision 1.1390
  diff -u -r1.1389 -r1.1390
  --- CHANGES	30 Jan 2004 19:43:38 -0000	1.1389
  +++ CHANGES	2 Feb 2004 16:39:11 -0000	1.1390
  @@ -2,6 +2,9 @@
   
     [Remove entries to the current 2.0 section below, when backported]
   
  +  *) Delete some make-generated files in the server directory during 
  +     "make clean" processing.  PR 26552.  [Jeff Trawick]
  +
     *) Keep focus of ITERATE and ITERATE2 on the current module when
        the module chooses to return DECLINE_CMD for the directive.
        PR 22299.  [Geoffrey Young <geoff apache.org>]
  
  
  
  1.90      +2 -3      httpd-2.0/server/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- Makefile.in	19 Jan 2004 20:54:48 -0000	1.89
  +++ Makefile.in	2 Feb 2004 16:39:12 -0000	1.90
  @@ -1,8 +1,7 @@
   
   CLEAN_TARGETS = gen_test_char test_char.h gen_uri_delims uri_delims.h \
  -	ApacheCoreOS2.def buildmarked.c
  -DISTCLEAN_TARGETS = httpd.exp
  -EXTRACLEAN_TARGETS = export_files exports.c export_vars.h
  +	ApacheCoreOS2.def buildmarked.c httpd.exp export_files \
  +	exports.c export_vars.h
   
   SUBDIRS = mpm