summaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2018-02-20 18:14:43 +0100
committerMike FABIAN <mfabian@redhat.com>2018-02-23 09:51:56 +0100
commit81be4b5e38c22bfd77ec8fe6815a45782c19eca1 (patch)
tree4265ede74a81197fdb3695c26c6aa80d67d3f41a /localedata
parent9d5cfd8e838da31bd8fe0a55d4b43e8425dd3c2f (diff)
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
Diffstat (limited to 'localedata')
-rw-r--r--localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 34877c0713..388b7fd7c7 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -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"; \