mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Remove --quiet argument when installing locales
Using this argument hides problems. I would like to see when something fails. * localedata/Makefile: Remove --quiet argument when installing locales
This commit is contained in:
parent
9d5cfd8e83
commit
81be4b5e38
@ -1,3 +1,8 @@
|
||||
2018-02-23 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
* localedata/Makefile: Remove --quiet argument when
|
||||
installing locales
|
||||
|
||||
2018-02-23 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
[BZ #17438]
|
||||
|
@ -212,7 +212,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
|
||||
@locale=`echo $@ | sed -e 's/^install-//'`; \
|
||||
charset=`echo $$locale | sed -e 's,.*/,,'`; \
|
||||
locale=`echo $$locale | sed -e 's,/[^/]*,,'`; \
|
||||
flags="--quiet -c"; \
|
||||
flags="-c"; \
|
||||
if [ "$$charset" = 'SHIFT_JIS' ] \
|
||||
|| [ "$$charset" = 'SHIFT_JISX0213' ]; then \
|
||||
flags="$$flags --no-warnings=ascii"; \
|
||||
|
Loading…
Reference in New Issue
Block a user