зеркало из https://github.com/mozilla/pjs.git
Added ifndef LOSE_NSPR around NSPR build kludge for testers.
This commit is contained in:
Родитель
602f48af02
Коммит
e654d44b87
|
@ -66,7 +66,8 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
export:: envirocheck $(OBJS)
|
||||
ifndef LOSE_NSPR
|
||||
export:: envirocheck
|
||||
$(MAKE) $(NSPR_MAKE_ARGS)
|
||||
|
||||
libs::
|
||||
|
@ -87,6 +88,8 @@ clobber::
|
|||
clobber_all::
|
||||
$(MAKE) $(NSPR_MAKE_ARGS)
|
||||
|
||||
endif
|
||||
|
||||
# Running this rule assembles all the SDK source pieces into dist/sdk.
|
||||
# You'll need to run this rule on every platform to get all the
|
||||
# binaries (e.g. javah) copied there. You'll also have to do special
|
||||
|
|
Загрузка…
Ссылка в новой задаче