don't skip the configure.exe build even when it already exists
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Tue, 18 Sep 2012 15:28:05 +0000 (17:28 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 00:44:22 +0000 (02:44 +0200)
the build steps are now fast enough to make no-op rebuilds no problem.

Change-Id: I1018735bf50f3e7a66e22637237f26f98a3baf1d
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
configure.bat

index 7e36b56..6394795 100644 (file)
@@ -43,7 +43,6 @@
 set QTSRC=%~dp0
 set QTDIR=%CD%
 if not exist %QTSRC%\.gitignore goto sconf
-if exist configure.exe goto conf
 echo Please wait while bootstrapping configure ...
 
 for %%C in (cl.exe icl.exe g++.exe perl.exe) do set %%C=%%~$PATH:C