summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-24 13:39:15 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-25 11:59:15 +0000
commit0f68ac251214754deb846c8c79f8fed95c12c4d2 (patch)
tree4763103902fa60db76d88a8c9f4baab539122c76 /configure.json
parentb71d6ac713da96581494a0b80b4f8e73b5902496 (diff)
don't cache results of build_parts and skip_modules
as these tests do nothing but validating the command line, caching the result is more confusing than anything else. also make the tests silent, so they don't clutter an otherwise fully cached configure run. Change-Id: Ifc3d65278769b36a056650f077fd6274a7e192e7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.json b/configure.json
index a079572c0a..bf0416417b 100644
--- a/configure.json
+++ b/configure.json
@@ -858,14 +858,10 @@
"test": "unix/reduce_relocs"
},
"skip_modules": {
- "description": "modules to skip",
- "type": "skipModules",
- "log": "value"
+ "type": "skipModules"
},
"build_parts": {
- "description": "parts of Qt to build",
- "type": "buildParts",
- "log": "value"
+ "type": "buildParts"
},
"dlopen": {
"description": "dlopen() in libc",
@@ -2104,7 +2100,6 @@
"output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "tests.skip_modules.value" } ]
},
"build_parts": {
- "description": "Qt build parts",
"output": [ { "type": "varAppend", "name": "QT_BUILD_PARTS", "value": "tests.build_parts.value" } ]
},
"qreal": {