Fix tbox bustage... can't checkout tags by date.

This commit is contained in:
benjamin%smedbergs.us 2006-03-27 16:55:27 +00:00
parent 86e17c56be
commit e1b82573a9

View File

@ -541,7 +541,7 @@ endif
NSS_CO_FLAGS := $(NSS_CO_FLAGS) $(if $(NSS_CO_TAG),-r $(NSS_CO_TAG),-A)
# Cannot pull static tags by date
ifeq ($(NSS_CO_TAG),NSS_CLIENT_TAG)
ifneq (,$(findstring _RTM,$(NSS_CO_TAG)))
CVSCO_NSS = $(CVS) $(CVS_FLAGS) co $(NSS_CO_FLAGS) $(NSS_CO_MODULE)
else
CVSCO_NSS = $(CVS) $(CVS_FLAGS) co $(NSS_CO_FLAGS) $(CVS_CO_DATE_FLAGS) $(NSS_CO_MODULE)