diff --git a/tool/depot/mk/content_env.mk b/tool/depot/mk/content_env.mk index 161319c3f..7a4091233 100644 --- a/tool/depot/mk/content_env.mk +++ b/tool/depot/mk/content_env.mk @@ -60,3 +60,7 @@ mirror_from_rep_dir = mkdir -p $(dir $@); cp -r $(REP_DIR)/$@ $(dir $@) # include $(CONTENT_MK) +# +# Prevent parallel execution of content rules to prevent unexpected surprises +# +.NOTPARALLEL: