зеркало из https://github.com/mozilla/pjs.git
changes suggested by bryner to build more of NSS's utilities
This commit is contained in:
Родитель
7a6935cebd
Коммит
b44dc4e412
|
@ -54,21 +54,24 @@ DIRS = lib \
|
|||
p7env \
|
||||
p7sign \
|
||||
p7verify \
|
||||
pk12util \
|
||||
pp \
|
||||
rngtest \
|
||||
rsaperf \
|
||||
sdrtest \
|
||||
selfserv \
|
||||
signtool \
|
||||
signver \
|
||||
smimetools \
|
||||
SSLsample \
|
||||
ssltap \
|
||||
strsclnt \
|
||||
swfort \
|
||||
tstclnt \
|
||||
smimetools \
|
||||
modutil \
|
||||
$(NULL)
|
||||
|
||||
TEMPORARILY_DONT_BUILD = \
|
||||
SSLsample \
|
||||
$(NULL)
|
||||
|
||||
# rsaperf \
|
||||
|
|
|
@ -52,7 +52,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include $(CORE_DEPTH)/security/cmd/platlibs.mk
|
||||
include ../platlibs.mk
|
||||
|
||||
# can't do this in manifest.mn because OS_ARCH isn't defined there.
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
|
@ -87,3 +87,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include ../platrules.mk
|
||||
|
|
|
@ -52,7 +52,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include $(CORE_DEPTH)/security/cmd/platlibs.mk
|
||||
include ../platlibs.mk
|
||||
|
||||
#######################################################################
|
||||
# (5) Execute "global" rules. (OPTIONAL) #
|
||||
|
@ -68,3 +68,4 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include ../platrules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче