depot: execute content rules sequentially

This commit is contained in:
Christian Helmuth 2018-03-05 15:07:21 +01:00
parent 84ac5891b2
commit 2eb13c9047

View File

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