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/09/07 01:09:05 UTC

cvs commit: httpd-2.0 NWGNUmakefile

bnicholes    2002/09/06 16:09:05

  Modified:    .        NWGNUmakefile
  Log:
  Make the xcopy run smoother
  
  Revision  Changes    Path
  1.8       +5 -5      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NWGNUmakefile	31 May 2002 17:51:24 -0000	1.7
  +++ NWGNUmakefile	6 Sep 2002 23:09:05 -0000	1.8
  @@ -317,11 +317,11 @@
   	-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\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
  -	@echo xcopy docs\man $(INSTALL)\Apache2\man /E >> xc.bat
  -	@echo xcopy docs\manual $(INSTALL)\Apache2\manual /E >> xc.bat
  +	@echo xcopy docs\error $(INSTALL)\Apache2\error /E /Y >> xc.bat
  +	@echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E /Y >> xc.bat
  +	@echo xcopy docs\icons $(INSTALL)\Apache2\icons /E /Y >> xc.bat
  +	@echo xcopy docs\man $(INSTALL)\Apache2\man /E /Y >> xc.bat
  +	@echo xcopy docs\manual $(INSTALL)\Apache2\manual /E /Y >> xc.bat
   	$(CMD) xc.bat