mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Fail locale installation if localedef fails.
If any locale fails to compile then the installation of locales via `make localedata/install-locales` also fails.
This commit is contained in:
parent
c3cc2cf35a
commit
6c307927ac
@ -1,4 +1,8 @@
|
|||||||
2015-05-12 Marko Myllynen <myllynen@redhat.com>
|
2015-05-16 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
|
* Makefile (INSTALL-SUPPORTED-LOCALES): Fail if localedef fails.
|
||||||
|
|
||||||
|
2015-05-16 Marko Myllynen <myllynen@redhat.com>
|
||||||
|
|
||||||
* locales/bo_CN (LC_NAME): Fix compilation.
|
* locales/bo_CN (LC_NAME): Fix compilation.
|
||||||
* locales/bo_IN (LC_NAME): Likewise.
|
* locales/bo_IN (LC_NAME): Likewise.
|
||||||
|
@ -212,8 +212,8 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
|
|||||||
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
|
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
|
||||||
$(LOCALEDEF) --alias-file=../intl/locale.alias \
|
$(LOCALEDEF) --alias-file=../intl/locale.alias \
|
||||||
-i locales/$$input -c -f charmaps/$$charset \
|
-i locales/$$input -c -f charmaps/$$charset \
|
||||||
$(addprefix --prefix=,$(install_root)) $$locale; \
|
$(addprefix --prefix=,$(install_root)) $$locale \
|
||||||
echo ' done'; \
|
&& echo ' done'; \
|
||||||
|
|
||||||
tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
|
tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
|
||||||
tst-wctype-ENV = LC_ALL=ja_JP.EUC-JP
|
tst-wctype-ENV = LC_ALL=ja_JP.EUC-JP
|
||||||
|
Loading…
Reference in New Issue
Block a user