Bug 422986 - client.mk doesn't support parallel make. r=ted

This commit is contained in:
Blake Kaplan 2009-02-19 18:23:17 +01:00
Родитель be46f2c48b
Коммит b7c6592fdd
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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