зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
783e391275
Коммит
e3a6cb786f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче