mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Norman Feske
parent
bc38a13353
commit
f51ce6f5a5
@@ -74,3 +74,5 @@ clean: $(addprefix clean-,$(PKG))
|
||||
|
||||
cleanall: clean
|
||||
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
@@ -79,3 +79,4 @@ clean::
|
||||
cleanall: clean
|
||||
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
Reference in New Issue
Block a user