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

cvs commit: httpd-2.0 configure.in Makefile.in CHANGES

jerenkrantz    2003/02/16 17:04:41

  Modified:    .        configure.in Makefile.in CHANGES
  Log:
  Remove files on 'make distclean' that should be.
  
  PR: 15592
  
  Revision  Changes    Path
  1.243     +1 -2      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.242
  retrieving revision 1.243
  diff -u -u -r1.242 -r1.243
  --- configure.in	15 Feb 2003 17:56:01 -0000	1.242
  +++ configure.in	17 Feb 2003 01:04:40 -0000	1.243
  @@ -497,8 +497,7 @@
   fi
   
   APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) 
  -APACHE_FAST_OUTPUT(os/beos/Makefile os/os2/Makefile os/Makefile)
  -APACHE_FAST_OUTPUT(os/unix/Makefile server/Makefile)
  +APACHE_FAST_OUTPUT(os/Makefile server/Makefile)
   APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile)
   
   if test -d ./test; then
  
  
  
  1.129     +1 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -u -r1.128 -r1.129
  --- Makefile.in	21 Jan 2003 05:59:34 -0000	1.128
  +++ Makefile.in	17 Feb 2003 01:04:40 -0000	1.129
  @@ -20,7 +20,7 @@
   
   DISTCLEAN_TARGETS  = include/ap_config_auto.h include/ap_config_layout.h \
   	modules.c config.cache config.log config.status build/config_vars.mk \
  -        build/rules.mk docs/conf/httpd-std.conf
  +	build/rules.mk docs/conf/httpd-std.conf shlibtool
   EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists
   
   include $(top_builddir)/build/rules.mk
  
  
  
  1.1072    +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1071
  retrieving revision 1.1072
  diff -u -u -r1.1071 -r1.1072
  --- CHANGES	16 Feb 2003 04:47:31 -0000	1.1071
  +++ CHANGES	17 Feb 2003 01:04:40 -0000	1.1072
  @@ -2,6 +2,9 @@
   
     [Remove entries to the current 2.0 section below, when backported]
   
  +  *) Remove files on 'make distclean' that should be.  PR 15592.
  +     [Justin Erenkrantz]
  +
     *) Allow apachectl to perform status with links and elinks as well.
        [Justin Erenkrantz]