зеркало из https://github.com/mozilla/gecko-dev.git
removing pull of l10n from scripts, SeaMonkeyL10n is now part of SeaMonkeyAll
This commit is contained in:
Родитель
f54f832702
Коммит
0be938fbd5
|
@ -137,7 +137,7 @@ pull_and_build_all: pull_all depend build_all
|
|||
|
||||
pull_clobber_and_build_all: pull_all clobber_all build_all
|
||||
|
||||
pull_all: pull_nspr pull_psm pull_ldapcsdk pull_seamonkey pull_l10n
|
||||
pull_all: pull_nspr pull_psm pull_ldapcsdk pull_seamonkey
|
||||
|
||||
pull_nspr: pull_clientmak
|
||||
cd $(MOZ_SRC)\.
|
||||
|
|
|
@ -312,7 +312,6 @@ real_checkout:
|
|||
cvs_co() { echo "$$@" ; \
|
||||
("$$@" || touch $$failed) 2>&1 | tee -a $(CVSCO_LOGFILE) && \
|
||||
if test -f $$failed; then false; else true; fi; }; \
|
||||
cvs_co $(CVSCO_L10N) && \
|
||||
cvs_co $(CVSCO_NSPR) && \
|
||||
cvs_co $(CVSCO_PSM) && \
|
||||
cvs_co $(CVSCO_LDAPCSDK) && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче