зеркало из https://github.com/mozilla/gecko-dev.git
bug 1392256
, hyphenation dicts don't depend on locale, drop from repacks, r=gps,m_kato
The hyphenation dictionaries we ship as part of the build don't depend on the UI locale, let's stop treating them as localizable content during repacks. MozReview-Commit-ID: FTrw4KDtops --HG-- extra : rebase_source : f6ddb22154fc66da0a7cdc56a4cecb58c9e3d54b
This commit is contained in:
Родитель
73ad0ddaf3
Коммит
471ed052ed
|
@ -90,7 +90,6 @@ endif
|
|||
ifneq '$(or $(MOZ_DEV_EDITION),$(NIGHTLY_BUILD))' ''
|
||||
@$(MAKE) -C ../extensions/webcompat-reporter/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
endif
|
||||
@$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) -C ../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
|
||||
@$(MAKE) -C ../../devtools/shim/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'
|
||||
@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*
|
||||
|
@ -111,7 +110,6 @@ endif
|
|||
ifndef RELEASE_OR_BETA
|
||||
@$(MAKE) -C ../extensions/presentation/locale chrome AB_CD=$*
|
||||
endif
|
||||
@$(MAKE) -C ../../intl/locales chrome AB_CD=$*
|
||||
@$(MAKE) -C ../../devtools/client/locales chrome AB_CD=$*
|
||||
@$(MAKE) -C ../../devtools/shim/locales chrome AB_CD=$*
|
||||
@$(MAKE) chrome AB_CD=$*
|
||||
|
|
|
@ -126,7 +126,6 @@ libs-%: AB_CD=$*
|
|||
libs-%: $(libs-preqs)
|
||||
$(display-deps)
|
||||
@$(MAKE) -C $(DEPTH)/toolkit/locales libs-$*
|
||||
@$(MAKE) -C $(DEPTH)/intl/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
|
||||
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
|
|
|
@ -17,7 +17,6 @@ NON_CHROME = set([
|
|||
'**/crashreporter*.ini',
|
||||
'searchplugins',
|
||||
'dictionaries',
|
||||
'hyphenation',
|
||||
'defaults/profile',
|
||||
'defaults/pref*/*-l10n.js',
|
||||
'update.locale',
|
||||
|
|
Загрузка…
Ссылка в новой задаче