mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00: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:
parent
bc38a13353
commit
f51ce6f5a5
@ -74,3 +74,5 @@ clean: $(addprefix clean-,$(PKG))
|
|||||||
|
|
||||||
cleanall: clean
|
cleanall: clean
|
||||||
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
@ -79,3 +79,4 @@ clean::
|
|||||||
cleanall: clean
|
cleanall: clean
|
||||||
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
$(VERBOSE)rm -rf $(DOWNLOAD_DIR)
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
Loading…
Reference in New Issue
Block a user