Skip to content

Commit fe04f3e

Browse files
author
Bradley Nicholes
committed
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
1 parent 0b93558 commit fe04f3e

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

NWGNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ install :: nlms FORCE
308308
-copy STATUS $(INSTALL)\Apache2\*.*
309309
-copy LICENSE $(INSTALL)\Apache2\*.*
310310
-copy CHANGES $(INSTALL)\Apache2\*.*
311-
-copy support\dbmmanage.in $(INSTALL)\Apache2\dbmmanage.pl
312-
-copy support\logresolve.pl.in $(INSTALL)\Apache2\logresolve.pl
311+
-copy support\dbmmanage.in $(INSTALL)\Apache2\bin\dbmmanage.pl
312+
-copy support\logresolve.pl.in $(INSTALL)\Apache2\bin\logresolve.pl
313313
-awk -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
314314
-copy docs\conf\magic $(INSTALL)\Apache2\conf\magic
315315
-copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types

build/NWGNUenvironment.inc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -189,27 +189,15 @@ INSTDEVDIRS := \
189189

190190
INSTDIRS += \
191191
$(INSTALL)\Apache2 \
192+
$(INSTALL)\Apache2\bin \
192193
$(INSTALL)\Apache2\cgi-bin \
193194
$(INSTALL)\Apache2\conf \
194195
$(INSTALL)\Apache2\error \
195-
$(INSTALL)\Apache2\error\include \
196196
$(INSTALL)\Apache2\htdocs \
197197
$(INSTALL)\Apache2\icons \
198-
$(INSTALL)\Apache2\icons\small \
199198
$(INSTALL)\Apache2\logs \
200199
$(INSTALL)\Apache2\man \
201200
$(INSTALL)\Apache2\manual \
202-
$(INSTALL)\Apache2\manual\developer \
203-
$(INSTALL)\Apache2\manual\faq \
204-
$(INSTALL)\Apache2\manual\howto \
205-
$(INSTALL)\Apache2\manual\images \
206-
$(INSTALL)\Apache2\manual\misc \
207-
$(INSTALL)\Apache2\manual\mod \
208-
$(INSTALL)\Apache2\manual\platform \
209-
$(INSTALL)\Apache2\manual\programs \
210-
$(INSTALL)\Apache2\manual\search \
211-
$(INSTALL)\Apache2\manual\ssl \
212-
$(INSTALL)\Apache2\manual\vhosts \
213201
$(INSTALL)\Apache2\modules \
214202

215203
#

support/NWGNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ TARGET_nlm = \
156156
$(OBJDIR)/htdigest.nlm \
157157
$(OBJDIR)/htdbm.nlm \
158158
$(OBJDIR)/logres.nlm \
159+
$(OBJDIR)/rotlogs.nlm \
159160
$(EOLIST)
160161

161162
#
@@ -232,7 +233,7 @@ nlms :: libs $(TARGET_nlm)
232233
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
233234
#
234235
install :: nlms FORCE
235-
copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\*.*
236+
copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\bin\*.*
236237

237238
#
238239
# Any specialized rules here

0 commit comments

Comments
 (0)