summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-09-18 17:28:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 02:44:22 +0200
commit38832db576b3dbe629f85a6e64431f92ee2f48bc (patch)
tree8c04e92362b700d3063ab65a9f2f40b9c350a15c
parentc089f5e4408ecac35d3e82e3d8ac898e21c5b400 (diff)
don't skip the configure.exe build even when it already exists
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>
-rw-r--r--configure.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat
index 7e36b5638d..6394795890 100644
--- a/configure.bat
+++ b/configure.bat
@@ -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