]> granicus.if.org Git - apache/commitdiff
Install config.nice into the build/ directory to make
authorJoshua Slive <slive@apache.org>
Mon, 28 Jul 2003 15:35:15 +0000 (15:35 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 28 Jul 2003 15:35:15 +0000 (15:35 +0000)
minor version upgrades easier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100819 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index f7db0070843debc936896f2226ddddaded6e0c48..50c95abcc3a1bd1e589e5425f482035675c33e1a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Install config.nice into the build/ directory to make
+     minor version upgrades easier. [Joshua Slive]
+
   *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
      [AndrĂ© Malo]
 
index f09f7df03342adb886d697fc5ea262c323af74f6..540c17bfe21e7d7490e753a7a83409bcfb2c1f34 100644 (file)
@@ -96,7 +96,8 @@ install-build:
        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_srcdir)/config.nice $(DESTDIR)$(installbuilddir);
 
 htdocs-srcdir = $(top_srcdir)/docs/docroot