summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorElvis Lee <kwangwoong.lee@lge.com>2012-11-29 17:38:05 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 13:37:57 +0100
commitfc3618fe5cda6e80b382b07ffcdcb7aa8b334320 (patch)
tree6f179acc1c8359fd60ada80cc16058419c9bcffd /configure
parent1278b3cb8a2ca926ffb2a0919d8646d0f5d9f320 (diff)
configure : remove .qmake.vars after status message.
Change-Id: I3a4c1c10ce0d27d05faf64049224e0022a414fa4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index f2251be233..0ca47d7298 100755
--- a/configure
+++ b/configure
@@ -6114,7 +6114,7 @@ fi
# cmdline args
cat "$QMAKE_VARS_FILE" >> "$QTMODULE.tmp"
-rm -f "$QMAKE_VARS_FILE" 2>/dev/null
+# QMAKE_VARS_FILE will be still needed for a status message.
# replace qmodule.pri if it differs from the newly created temp file
if cmp -s "$QTMODULE.tmp" "$QTMODULE"; then
@@ -6343,6 +6343,7 @@ sepath=`echo "$relpath" | sed -e 's/\\./\\\\./g'`
PROCS=1
EXEC=""
+rm -f "$QMAKE_VARS_FILE" 2>/dev/null
#-------------------------------------------------------------------------------
# build makefiles based on the configuration