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/08/25 02:12:07 UTC

cvs commit: httpd-2.0 CHANGES Makefile.in

jerenkrantz    2003/08/24 17:12:07

  Modified:    .        Tag: APACHE_2_0_BRANCH CHANGES Makefile.in
  Log:
  Install config.nice into the build/ directory to make minor version upgrades
  easier.
  
  Submitted by:	Joshua Slive
  Reviewed by:	Jeff Trawick, Eric Abele, Justin Erenkrantz
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.988.2.147 +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.988.2.146
  retrieving revision 1.988.2.147
  diff -u -u -r1.988.2.146 -r1.988.2.147
  --- CHANGES	13 Aug 2003 21:14:13 -0000	1.988.2.146
  +++ CHANGES	25 Aug 2003 00:12:06 -0000	1.988.2.147
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.48
   
  +  *) Install config.nice into the build/ directory to make
  +     minor version upgrades easier. [Joshua Slive]
  +
     *) Fix mod_deflate so that it does not call deflate() without checking
        first whether it has something to deflate. (Currently this causes
        deflate to generate a fatal error according to the zlib spec.)
  
  
  
  1.127.2.2 +2 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.127.2.1
  retrieving revision 1.127.2.2
  diff -u -u -r1.127.2.1 -r1.127.2.2
  --- Makefile.in	17 May 2003 17:11:37 -0000	1.127.2.1
  +++ Makefile.in	25 Aug 2003 00:12:06 -0000	1.127.2.2
  @@ -95,7 +95,8 @@
   	cp build/*.mk $(DESTDIR)$(installbuilddir); \
   	sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
   	    build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \
  -	cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir);
  +	cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); \
  +	cp $(top_builddir)/config.nice $(DESTDIR)$(installbuilddir);
   
   htdocs-srcdir = $(top_srcdir)/docs/docroot