change to pull mozilla/modules/libpref from the tip instead of XPCOM_BRANCH

change to pull mozilla/nsprpub from NSPR_RELEASE_3_0 tag
Fix stop ship bug #1577, approved kipp
This commit is contained in:
cyeh%netscape.com 1998-11-24 18:16:41 +00:00
parent b05e123c34
commit 878863c7cb

View File

@ -59,16 +59,14 @@ CVSCO = cvs -q co -P
IMGLIB_BRANCH =
PLUGIN_BRANCH =
LIBPREF_BRANCH = XPCOM_BRANCH
XPCOM_BRANCH =
!if defined(MOZ_DATE)
# CVS commands to pull the appropriate branch versions
CVSCO_LIBPREF = $(CVSCO) -r $(LIBPREF_BRANCH)
CVSCO_PLUGIN = $(CVSCO)
!else
# CVS commands to pull the appropriate branch versions
CVSCO_LIBPREF = $(CVSCO) -r $(LIBPREF_BRANCH)
CVSCO_LIBPREF = $(CVSCO)
CVSCO_PLUGIN = $(CVSCO) -A
!endif
@ -179,7 +177,7 @@ pull_lizard:
$(CVSCO_LIZARD) $(MOZ_TOP)/lib/liblayer
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/zlib
$(CVSCO_LIZARD) $(MOZ_TOP)/modules/libutil
$(CVSCO_LIZARD) $(MOZ_TOP)/nsprpub
$(CVSCO_LIZARD) -rNSPRPUB_RELEASE_3_0 $(MOZ_TOP)/nsprpub
$(CVSCO_LIZARD) $(MOZ_TOP)/sun-java
$(CVSCO_LIZARD) $(MOZ_TOP)/nav-java
$(CVSCO_LIZARD) $(MOZ_TOP)/js