Do not pull PSM/NSS by default until the conflict problem with the PSM Makefiles is resolved.

do:
make -f client.mk pull_all BUILD_MODULES=psm
if you want to build psm/psm-glue/nss
This commit is contained in:
cls%seawood.org 2000-12-23 03:11:17 +00:00
parent 2835595963
commit 59a8a8c2aa

View File

@ -236,6 +236,10 @@ endif
ifeq (,$(filter directory/c-sdk, $(BUILD_MODULE_DIRS) $(BUILD_MODULE_DEP_DIRS)))
CVSCO_LDAPCSDK :=
endif
else
# Do not pull PSM/NSS by default
CVSCO_PSM :=
CVSCO_NSS :=
endif
####################################