From: Bradley Nicholes Date: Wed, 29 May 2002 21:16:46 +0000 (+0000) Subject: Updated the NetWare makefiles to include the rotatelogs NLM and to copy X-Git-Tag: 2.0.37~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e9d0958c84c161f047c2ac23095ae01f3332841;p=apache Updated the NetWare makefiles to include the rotatelogs NLM and to copy 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 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 59f994030b..e053129472 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -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 diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index c1204bda47..032e24173d 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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 \ # diff --git a/support/NWGNUmakefile b/support/NWGNUmakefile index 93cb1a42b7..327cd4d8d6 100644 --- a/support/NWGNUmakefile +++ b/support/NWGNUmakefile @@ -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