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:
Mike FABIAN 2018-02-20 18:14:43 +01:00
parent 9d5cfd8e83
commit 81be4b5e38
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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"; \