prepare: Serialize preparation in Makefile

Any recursively invoked `make' command will still be run in parallel
(unless its makefile contains .NOTPARALLEL).

Related to #535.
This commit is contained in:
Christian Helmuth 2012-11-29 16:28:09 +01:00 committed by Norman Feske
parent bc38a13353
commit f51ce6f5a5
2 changed files with 3 additions and 0 deletions

View File

@ -74,3 +74,5 @@ clean: $(addprefix clean-,$(PKG))
cleanall: clean
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
.NOTPARALLEL:

View File

@ -79,3 +79,4 @@ clean::
cleanall: clean
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
.NOTPARALLEL: