diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-08-09 11:04:04 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-08-09 11:46:26 +0100 |
commit | 55a255ee9c4d9345c06d72a9bb8078136f4f86d3 (patch) | |
tree | 7bd6c52a5e4bc77a9758348d460e470db4797825 /buildconf.bat | |
parent | 4c47cbf533883a3853b303282eb371291662ddf5 (diff) | |
download | curl-55a255ee9c4d9345c06d72a9bb8078136f4f86d3.tar.gz |
buildconf.bat: Generate and clean files in the same order
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/buildconf.bat b/buildconf.bat index 9b99fdaec..c61816e91 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -72,18 +72,18 @@ rem echo. echo Generating prerequisite files - rem create tool_hugehelp.c - if exist src\tool_hugehelp.c.cvs ( - echo * %CD%\src\tool_hugehelp.c - copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL - ) - rem create Makefile if exist Makefile.dist ( echo * %CD%\Makefile copy /Y Makefile.dist Makefile 1>NUL ) + rem create tool_hugehelp.c + if exist src\tool_hugehelp.c.cvs ( + echo * %CD%\src\tool_hugehelp.c + copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL + ) + rem create curlbuild.h if exist include\curl\curlbuild.h.dist ( echo * %CD%\include\curl\curlbuild.h |