Bugzilla bug 78471: the new NSPRPUB_CLIENT_TAG is a static tag, so it

can't be combined with a date tag.  This is a temporary fix and I will
work with Chris Seawood on a better fix.
This commit is contained in:
wtc%netscape.com 2001-08-14 20:54:09 +00:00
Родитель 7489c41d80
Коммит 906f2635ff
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -236,7 +236,12 @@ endif
ifdef NSPR_CO_TAG
NSPR_CO_FLAGS := $(NSPR_CO_FLAGS) -r $(NSPR_CO_TAG)
endif
# Cannot pull static tags by date
ifeq ($(NSPR_CO_TAG),NSPR_CLIENT_TAG)
CVSCO_NSPR = $(CVS) $(CVS_FLAGS) co $(NSPR_CO_FLAGS) $(NSPR_CO_MODULE)
else
CVSCO_NSPR = $(CVS) $(CVS_FLAGS) co $(NSPR_CO_FLAGS) $(CVS_CO_DATE_FLAGS) $(NSPR_CO_MODULE)
endif
####################################
# CVS defines for the C LDAP SDK