mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
depot: execute content rules sequentially
This commit is contained in:
parent
84ac5891b2
commit
2eb13c9047
@ -60,3 +60,7 @@ mirror_from_rep_dir = mkdir -p $(dir $@); cp -r $(REP_DIR)/$@ $(dir $@)
|
|||||||
#
|
#
|
||||||
include $(CONTENT_MK)
|
include $(CONTENT_MK)
|
||||||
|
|
||||||
|
#
|
||||||
|
# Prevent parallel execution of content rules to prevent unexpected surprises
|
||||||
|
#
|
||||||
|
.NOTPARALLEL:
|
||||||
|
Loading…
Reference in New Issue
Block a user