From: Steve Holme Date: Sun, 9 Aug 2015 10:04:04 +0000 (+0100) Subject: buildconf.bat: Generate and clean files in the same order X-Git-Tag: curl-7_44_0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55a255ee9c4d9345c06d72a9bb8078136f4f86d3;p=curl buildconf.bat: Generate and clean files in the same order --- 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