Commit f82680e1 authored by cls%seawood.org's avatar cls%seawood.org
Browse files

Added ifndef LOSE_NSPR around NSPR build kludge for testers.

parent 795f831c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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