fix checkout of nsprpub. -D negates tag call, so dir wasn't being pulled. this should fix build bustage too.

This commit is contained in:
cltbld%netscape.com 1998-11-25 08:15:02 +00:00
Родитель 783e391275
Коммит e3a6cb786f
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -55,6 +55,8 @@ CVSCO = cvs -q co -P -D "$(MOZ_DATE)"
CVSCO = cvs -q co -P
!endif
CVSCO_TAG = cvs -q co -P
# Branch tags we use
IMGLIB_BRANCH =
@ -178,7 +180,7 @@ pull_lizard:
$(CVSCO_LIZARD) $(MOZ_TOP)/lib/liblayer
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/zlib
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/libutil
$(CVSCO_LIZARD) -rNSPRPUB_RELEASE_3_0 $(MOZ_TOP)/nsprpub
$(CVSCO_TAG) -r NSPRPUB_RELEASE_3_0 $(MOZ_TOP)/nsprpub
$(CVSCO_LIZARD) $(MOZ_TOP)/sun-java
$(CVSCO_LIZARD) $(MOZ_TOP)/nav-java
$(CVSCO_LIZARD) $(MOZ_TOP)/js