зеркало из https://github.com/mozilla/pjs.git
Bug 389401 - Build horked using VC71 and make -jN, r=cls
This commit is contained in:
Родитель
820c658e06
Коммит
ecd02052df
|
@ -2132,6 +2132,14 @@ endif
|
||||||
# Special gmake rules.
|
# Special gmake rules.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Disallow parallel builds with MSVC < 8
|
||||||
|
#
|
||||||
|
ifneq (,$(filter 1200 1300 1310,$(_MSC_VER)))
|
||||||
|
.NOTPARALLEL:
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Re-define the list of default suffixes, so gmake won't have to churn through
|
# Re-define the list of default suffixes, so gmake won't have to churn through
|
||||||
# hundreds of built-in suffix rules for stuff we don't need.
|
# hundreds of built-in suffix rules for stuff we don't need.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче