]> granicus.if.org Git - apache/commitdiff
Updated the NetWare makefiles to include the rotatelogs NLM and to copy
authorBradley Nicholes <bnicholes@apache.org>
Wed, 29 May 2002 21:16:46 +0000 (21:16 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 29 May 2002 21:16:46 +0000 (21:16 +0000)
all of the support NLMs to a bin directory.

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

NWGNUmakefile
build/NWGNUenvironment.inc
support/NWGNUmakefile

index 59f994030b57f69a4a7b3348bddd953d0c5f521d..e0531294721182ce9bca9b303f4cc9a5ba7e1d99 100644 (file)
@@ -308,8 +308,8 @@ install :: nlms FORCE
        -copy STATUS                    $(INSTALL)\Apache2\*.*
        -copy LICENSE                   $(INSTALL)\Apache2\*.*
        -copy CHANGES                   $(INSTALL)\Apache2\*.*
-       -copy support\dbmmanage.in      $(INSTALL)\Apache2\dbmmanage.pl
-       -copy support\logresolve.pl.in  $(INSTALL)\Apache2\logresolve.pl
+       -copy support\dbmmanage.in      $(INSTALL)\Apache2\bin\dbmmanage.pl
+       -copy support\logresolve.pl.in  $(INSTALL)\Apache2\bin\logresolve.pl
        -awk  -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
        -copy docs\conf\magic           $(INSTALL)\Apache2\conf\magic
        -copy docs\conf\mime.types      $(INSTALL)\Apache2\conf\mime.types
index c1204bda47ae1d12978556df243662b7414c2182..032e24173db0f2d11abbc0e6e2e6b323c052af74 100644 (file)
@@ -189,27 +189,15 @@ INSTDEVDIRS := \
 
 INSTDIRS += \
        $(INSTALL)\Apache2 \
+       $(INSTALL)\Apache2\bin \
        $(INSTALL)\Apache2\cgi-bin \
        $(INSTALL)\Apache2\conf \
        $(INSTALL)\Apache2\error \
-       $(INSTALL)\Apache2\error\include \
        $(INSTALL)\Apache2\htdocs \
        $(INSTALL)\Apache2\icons \
-       $(INSTALL)\Apache2\icons\small \
        $(INSTALL)\Apache2\logs \
        $(INSTALL)\Apache2\man \
        $(INSTALL)\Apache2\manual \
-       $(INSTALL)\Apache2\manual\developer \
-       $(INSTALL)\Apache2\manual\faq \
-       $(INSTALL)\Apache2\manual\howto \
-       $(INSTALL)\Apache2\manual\images \
-       $(INSTALL)\Apache2\manual\misc \
-       $(INSTALL)\Apache2\manual\mod \
-       $(INSTALL)\Apache2\manual\platform \
-       $(INSTALL)\Apache2\manual\programs \
-       $(INSTALL)\Apache2\manual\search \
-       $(INSTALL)\Apache2\manual\ssl \
-       $(INSTALL)\Apache2\manual\vhosts \
        $(INSTALL)\Apache2\modules \
 
 #
index 93cb1a42b71e8469490f9c20a55dc37093d839c9..327cd4d8d642da1202edb3044f6fdab20f92db80 100644 (file)
@@ -156,6 +156,7 @@ TARGET_nlm = \
        $(OBJDIR)/htdigest.nlm \
        $(OBJDIR)/htdbm.nlm \
        $(OBJDIR)/logres.nlm \
+       $(OBJDIR)/rotlogs.nlm \
        $(EOLIST)
 
 #
@@ -232,7 +233,7 @@ nlms :: libs $(TARGET_nlm)
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms FORCE
-       copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\*.*
+       copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\bin\*.*
 
 #
 # Any specialized rules here