removing pull of l10n from scripts, SeaMonkeyL10n is now part of SeaMonkeyAll

This commit is contained in:
leaf%mozilla.org 2000-06-27 22:38:59 +00:00
Родитель f54f832702
Коммит 0be938fbd5
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -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) && \