Skip to content
Snippets Groups Projects
Commit 6b3254a0 authored by cls%seawood.org's avatar cls%seawood.org
Browse files

Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if...

Ooops.  Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG.  Do not unset CVS_CO_DATE_FLAGS.
parent 7b14605d
No related branches found
No related tags found
No related merge requests found
......@@ -217,9 +217,10 @@ ifdef NSS_CO_TAG
endif
# Cannot pull static tags by date
ifeq ($(NSS_CO_TAG),NSS_CLIENT_TAG)
CVS_CO_DATE_FLAGS :=
endif
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)
endif
####################################
# CVS defines for NSPR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment