зеркало из https://github.com/mozilla/pjs.git
Do not place dependency upon mozilla meta-build targets as we're not parallel-safe across build phases.
Bug #183263 r=bryner,dcran a=asa
This commit is contained in:
Родитель
2103e47160
Коммит
b1cbce922b
|
@ -79,4 +79,5 @@ HOST_CFLAGS += -DMDCPUCFG=$(HOST_NSPR_MDCPUCFG)
|
|||
endif
|
||||
endif
|
||||
|
||||
export:: libs
|
||||
export::
|
||||
@$(MAKE) libs
|
||||
|
|
|
@ -49,7 +49,8 @@ HOST_CFLAGS += -DEXPORT_XPT_API
|
|||
|
||||
# Build libxpt early so that it'll be available to xpidl, which also
|
||||
# must be built early.
|
||||
export:: libs
|
||||
export::
|
||||
@$(MAKE) libs
|
||||
|
||||
ifdef CROSS_COMPILE
|
||||
ifdef HOST_NSPR_MDCPUCFG
|
||||
|
|
|
@ -67,7 +67,8 @@ endif
|
|||
|
||||
|
||||
# Build xpt_link and xpt_dump early. (libs creates .deps used by libs.)
|
||||
export:: libs
|
||||
export::
|
||||
@$(MAKE) libs
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче