bug 809978: retry link I/O on potential race conditions: CLOSED TREE

This commit is contained in:
Joey Armstrong 2013-03-19 13:02:54 -04:00
Родитель 02436daef9
Коммит 7c40c410a6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1362,6 +1362,8 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_DEPS) $(xpidl-preqs)
# no need to link together if XPIDLSRCS contains only XPIDL_MODULE
ifneq ($(XPIDL_MODULE).idl,$(strip $(XPIDLSRCS)))
# based on $(XPIDL_LINK)
XPT_PY ?= $(PYTHON) $(LIBXUL_DIST)/sdk/bin/xpt.py
# Workaround race condition until deps fixed