From b7c6592fddeb4c8e2186fe18c549374e01d488b1 Mon Sep 17 00:00:00 2001 From: Blake Kaplan Date: Thu, 19 Feb 2009 18:23:17 +0100 Subject: [PATCH] Bug 422986 - client.mk doesn't support parallel make. r=ted --- client.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client.mk b/client.mk index 65fa99fa5c86..b399040bfd36 100644 --- a/client.mk +++ b/client.mk @@ -414,4 +414,9 @@ cleansrcdir: echo-variable-%: @echo $($*) +# This makefile doesn't support parallel execution. It does pass +# MOZ_MAKE_FLAGS to sub-make processes, so they will correctly execute +# in parallel. +.NOTPARALLEL: + .PHONY: checkout real_checkout depend build profiledbuild maybe_clobber_profiledbuild export libs alldep install clean realclean distclean cleansrcdir pull_all build_all clobber clobber_all pull_and_build_all everything configure preflight_all preflight postflight postflight_all