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/04/29 17:10:20 UTC

cvs commit: httpd-2.0/build NWGNUenvironment.inc

bnicholes    02/04/29 08:10:20

  Modified:    .        NWGNUmakefile
               build    NWGNUenvironment.inc
  Log:
  Fixing up the distribution and install section of the NetWare make files
  
  Submitted by: Guenter Knauf
  
  Revision  Changes    Path
  1.5       +5 -2      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NWGNUmakefile	5 Apr 2002 21:38:28 -0000	1.4
  +++ NWGNUmakefile	29 Apr 2002 15:10:19 -0000	1.5
  @@ -302,16 +302,19 @@
   # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
   #
   install :: nlms FORCE
  -	copy $(OBJDIR)\Apache2.nlm $(INSTALL)\Apache2\*.*
  +	-copy $(OBJDIR)\Apache2.nlm     $(INSTALL)\Apache2\*.*
   	-copy ABOUT_APACHE              $(INSTALL)\Apache2\*.*
   	-copy README                    $(INSTALL)\Apache2\*.*
   	-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
   	-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
  +	-copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl
   	@echo rem copying the docs directories > xc.bat
  -	@echo xcopy docs\cgi-examples $(INSTALL)\Apache2\cgi-examples /E >> xc.bat
   	@echo xcopy docs\error $(INSTALL)\Apache2\error /E >> xc.bat
   	@echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E >> xc.bat
   	@echo xcopy docs\icons $(INSTALL)\Apache2\icons /E >> xc.bat
  
  
  
  1.2       +1 -1      httpd-2.0/build/NWGNUenvironment.inc
  
  Index: NWGNUenvironment.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUenvironment.inc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUenvironment.inc	1 Mar 2002 22:21:15 -0000	1.1
  +++ NWGNUenvironment.inc	29 Apr 2002 15:10:20 -0000	1.2
  @@ -189,7 +189,7 @@
   
   INSTDIRS += \
   	$(INSTALL)\Apache2 \
  -	$(INSTALL)\Apache2\cgi-examples \
  +	$(INSTALL)\Apache2\cgi-bin \
   	$(INSTALL)\Apache2\conf \
   	$(INSTALL)\Apache2\error \
   	$(INSTALL)\Apache2\error\include \