summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-04 11:45:36 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-04 18:12:56 +0300
commit433ca3026b1550daafa655817f065e8506f0699a (patch)
tree5b9e2397ca5960a0be2026190db16b084a8df729 /scripts
parent265df1faa49a3bb496b422933ab03fc93ce0b457 (diff)
downloadqtlocation-mapboxgl-433ca3026b1550daafa655817f065e8506f0699a.tar.gz
[build] Fix parallel 'make linux' call
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index 754d5ad311..bc7506db5c 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -80,6 +80,7 @@ else
.mason: ;
endif
+.NOTPARALLEL: $(PLATFORM_CONFIG_OUTPUT)
$(PLATFORM_CONFIG_OUTPUT): .mason configure $(PLATFORM_CONFIG_INPUT)
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Running configure...$(FORMAT_END)\n"
$(ENV) ./configure $(PLATFORM_CONFIG_INPUT) $(PLATFORM_CONFIG_OUTPUT)