зеркало из https://github.com/mozilla/gecko-dev.git
41054: Bundle 2-3 language packs with Seamonkey.r=jbetak
This commit is contained in:
Родитель
1b21a013ed
Коммит
b1ab46b44a
|
@ -135,6 +135,8 @@ ifdef MOZ_LDAP_XPCOM
|
|||
DIRS += directory/c-sdk/ldap directory/xpcom
|
||||
endif
|
||||
|
||||
DIRS += l10n
|
||||
|
||||
endif # BUILD_MODULES == all
|
||||
|
||||
STATIC_MAKEFILES := $(NSPRPUB_DIR)
|
||||
|
|
|
@ -927,6 +927,7 @@ $MAKEFILES_jprof
|
|||
$MAKEFILES_js
|
||||
$MAKEFILES_l10n
|
||||
$MAKEFILES_l10n_lang
|
||||
$MAKEFILES_langpacks
|
||||
$MAKEFILES_layout
|
||||
$MAKEFILES_libreg
|
||||
$MAKEFILES_libimg
|
||||
|
|
|
@ -312,6 +312,7 @@ 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) && \
|
||||
|
@ -376,6 +377,12 @@ $(TOPSRCDIR)/configure: $(TOPSRCDIR)/configure.in $(EXTRA_CONFIG_DEPS)
|
|||
cd $(TOPSRCDIR); $(AUTOCONF)
|
||||
endif
|
||||
|
||||
ifdef MOZ_LANGPACKS
|
||||
CONFIG_STATUS_DEPS_L10N := $(wildcard $(TOPSRCDIR)/l10n/makefiles.all)
|
||||
else
|
||||
CONFIG_STATUS_DEPS_L10N := $(wildcard $(TOPSRCDIR)/l10n/makefiles)
|
||||
endif
|
||||
|
||||
CONFIG_STATUS_DEPS := \
|
||||
$(TOPSRCDIR)/configure \
|
||||
$(TOPSRCDIR)/allmakefiles.sh \
|
||||
|
@ -383,6 +390,7 @@ CONFIG_STATUS_DEPS := \
|
|||
$(wildcard $(TOPSRCDIR)/nsprpub/configure) \
|
||||
$(wildcard $(TOPSRCDIR)/directory/c-sdk/ldap/configure) \
|
||||
$(wildcard $(TOPSRCDIR)/mailnews/makefiles) \
|
||||
$(CONFIG_STATUS_DEPS_L10N) \
|
||||
$(wildcard $(TOPSRCDIR)/themes/makefiles) \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -8,6 +8,19 @@
|
|||
; ; file comment
|
||||
;
|
||||
|
||||
[langengb]
|
||||
;
|
||||
; en-GB
|
||||
bin/defaults/profile/en-GB/*
|
||||
bin/chrome/locales/en-GB/*
|
||||
|
||||
[deflenus]
|
||||
;
|
||||
; default files for en-US
|
||||
bin/defaults/profile/bookmarks.html
|
||||
bin/defaults/profile/panels.rdf
|
||||
bin/defaults/profile/search.rdf
|
||||
|
||||
[xpcom]
|
||||
bin/libjsdom.so
|
||||
bin/libmozjs.so
|
||||
|
|
Загрузка…
Ссылка в новой задаче