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

cvs commit: httpd-2.0/srclib/pcre dftables.dsp pcre.dsp pcreposix.dsp

wrowe       02/05/24 08:16:02

  Modified:    srclib/pcre dftables.dsp pcre.dsp pcreposix.dsp
  Log:
    We appear to never have had any complaints about copy srcname dstname
    not overwriting dstname ... this flavor is certain not to emit a file
    exists error [with the obvious caviat - if it's write protected, your
    problem.]  Much simpler than /y, <.y or set copycmd fooness.
  
  Revision  Changes    Path
  1.14      +8 -12     httpd-2.0/srclib/pcre/dftables.dsp
  
  Index: dftables.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/pcre/dftables.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- dftables.dsp	26 Aug 2001 05:21:49 -0000	1.13
  +++ dftables.dsp	24 May 2002 15:16:02 -0000	1.14
  @@ -103,23 +103,21 @@
   
   !IF  "$(CFG)" == "dftables - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "dftables - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
  @@ -141,23 +139,21 @@
   
   !IF  "$(CFG)" == "dftables - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "dftables - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build
   
  
  
  
  1.14      +10 -16    httpd-2.0/srclib/pcre/pcre.dsp
  
  Index: pcre.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/pcre/pcre.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- pcre.dsp	26 Aug 2001 05:21:49 -0000	1.13
  +++ pcre.dsp	24 May 2002 15:16:02 -0000	1.14
  @@ -89,23 +89,21 @@
   
   !IF  "$(CFG)" == "pcre - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre chartables.c from dftables 
   InputPath=.\dftables.exe
   
   ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   	.\dftables.exe >.\chartables.c 
  -	Echo Creating pcre chartables.c from dftables 
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcre - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre chartables.c from dftables 
   InputPath=.\dftables.exe
   
   ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   	.\dftables.exe >.\chartables.c 
  -	Echo Creating pcre chartables.c from dftables 
   	
   # End Custom Build
   
  @@ -138,23 +136,21 @@
   
   !IF  "$(CFG)" == "pcre - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcre - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
  @@ -171,23 +167,21 @@
   
   !IF  "$(CFG)" == "pcre - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcre - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build
   
  
  
  
  1.14      +8 -12     httpd-2.0/srclib/pcre/pcreposix.dsp
  
  Index: pcreposix.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/pcre/pcreposix.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- pcreposix.dsp	26 Aug 2001 05:21:49 -0000	1.13
  +++ pcreposix.dsp	24 May 2002 15:16:02 -0000	1.14
  @@ -97,23 +97,21 @@
   
   !IF  "$(CFG)" == "pcreposix - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcreposix - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre config.h from config.hw 
   InputPath=.\config.hw
   
   ".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\config.hw .\config.h >nul 
  -	echo Created pcre config.h from config.hw 
  +	type .\config.hw > .\config.h
   	
   # End Custom Build
   
  @@ -126,23 +124,21 @@
   
   !IF  "$(CFG)" == "pcreposix - Win32 Release"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "pcreposix - Win32 Debug"
   
  -# Begin Custom Build
  +# Begin Custom Build - Creating pcre.h from pcre.hw 
   InputPath=.\pcre.hw
   
   ".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	copy .\pcre.hw .\pcre.h >nul 
  -	echo Created pcre.h from pcre.hw 
  +	type .\pcre.hw > .\pcre.h
   	
   # End Custom Build