You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/05/29 23:16:46 UTC

cvs commit: httpd-2.0/build NWGNUenvironment.inc

bnicholes    02/05/29 14:16:46

  Modified:    .        NWGNUmakefile
               support  NWGNUmakefile
               build    NWGNUenvironment.inc
  Log:
  Updated the NetWare makefiles to include the rotatelogs NLM and to copy
  all of the support NLMs to a bin directory.
  
  Revision  Changes    Path
  1.6       +2 -2      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NWGNUmakefile	29 Apr 2002 15:10:19 -0000	1.5
  +++ NWGNUmakefile	29 May 2002 21:16:46 -0000	1.6
  @@ -308,8 +308,8 @@
   	-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
  
  
  
  1.3       +2 -1      httpd-2.0/support/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/NWGNUmakefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NWGNUmakefile	30 Apr 2002 21:54:53 -0000	1.2
  +++ NWGNUmakefile	29 May 2002 21:16:46 -0000	1.3
  @@ -156,6 +156,7 @@
   	$(OBJDIR)/htdigest.nlm \
   	$(OBJDIR)/htdbm.nlm \
   	$(OBJDIR)/logres.nlm \
  +	$(OBJDIR)/rotlogs.nlm \
   	$(EOLIST)
   
   #
  @@ -232,7 +233,7 @@
   # 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
  
  
  
  1.3       +1 -13     httpd-2.0/build/NWGNUenvironment.inc
  
  Index: NWGNUenvironment.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUenvironment.inc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NWGNUenvironment.inc	29 Apr 2002 15:10:20 -0000	1.2
  +++ NWGNUenvironment.inc	29 May 2002 21:16:46 -0000	1.3
  @@ -189,27 +189,15 @@
   
   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 \
   
   #