summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-07-06 13:14:58 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:09:23 +0000
commit81f54e5dd8b460f5896153a5045e77f68218dd1b (patch)
tree159186b7d7a33d5750a06cd005dd46917c773c8d /configure
parent0b93d1a10a0d52ea7f5598508b7bf9a20f1d16ec (diff)
Remove some dead code from the configures
Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: If725ae0abee4d636ac8775c53e34ab138d360905 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure b/configure
index d6879a3272..a51a377c0c 100755
--- a/configure
+++ b/configure
@@ -394,10 +394,8 @@ BUILD_ON_MAC=no
if [ -d /System/Library/Frameworks/Carbon.framework ]; then
BUILD_ON_MAC=yes
fi
-HOST_DIRLIST_SEP=":"
DEV_NULL=/dev/null
if [ "$OSTYPE" = "msys" ]; then
- HOST_DIRLIST_SEP=";"
DEV_NULL=/tmp/empty-file
echo "" > $DEV_NULL
relpath=`(cd "$relpath"; pwd -W)`
@@ -1910,7 +1908,6 @@ config.input.extra_features = $CFG_FEATURES
config.input.qt_edition = $Edition
config.input.qt_licheck = $Licheck
config.input.qt_release_date = $ReleaseDate
-config.input.sysroot = $CFG_SYSROOT
EOF
# create a clean qmodule/qconfig.pri for running the tests
@@ -1965,10 +1962,6 @@ if [ "$OPT_VERBOSE" = "yes" ]; then
echo
fi
-sepath=`echo "$relpath" | sed -e 's/\\./\\\\./g'`
-PROCS=1
-EXEC=""
-
rm -f "$QMAKE_VARS_FILE" 2>/dev/null
#-------------------------------------------------------------------------------
@@ -2010,11 +2003,6 @@ fi'`
chmod +x "$outpath/config.status"
fi
-if [ -n "$RPATH_MESSAGE" ]; then
- echo
- echo "$RPATH_MESSAGE"
-fi
-
if [ -n "$PREFIX_COMPLAINTS" ]; then
echo
echo "$PREFIX_COMPLAINTS"