Build NSPR as part of PSM build

This commit is contained in:
ddrinan%netscape.com 2000-09-08 21:32:04 +00:00
Родитель d8b759c670
Коммит 9cd6cd6f79
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -73,12 +73,9 @@ include $(CORE_DEPTH)/coreconf/rules.mk
#######################################################################
psm_RelEng_srvr_bld:
ifeq ($(OS_ARCH), SunOS)
ifeq ($(OS_RELEASE), 5.5.1)
cd ../nss; gmake import IMPORTS=nspr20/v4.0-sol251-20000504 RELEASE_TREE=/h/tortoise/export/share/builds/components
endif
endif
cd ../nss; gmake nss_RelEng_bld
cd ../../nsprpub; gmake
cd ../nss; gmake import IMPORTS=dbm/DBM_1_54
cd ../nss; gmake
ifeq ($(OS_ARCH), WINNT)
gmake import IMPORTS=nlslayer/m16
else