From 433ca3026b1550daafa655817f065e8506f0699a Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 4 May 2016 11:45:36 +0300 Subject: [build] Fix parallel 'make linux' call --- scripts/main.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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) -- cgit v1.2.1