]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove --quiet argument when installing locales
authorMike FABIAN <mfabian@redhat.com>
Tue, 20 Feb 2018 17:14:43 +0000 (18:14 +0100)
committerMike FABIAN <mfabian@redhat.com>
Fri, 23 Feb 2018 08:51:56 +0000 (09:51 +0100)
Using this argument hides problems. I would like to see when something fails.

* localedata/Makefile: Remove --quiet argument when
installing locales

ChangeLog
localedata/Makefile

index aff01e90a22482d65fac8c891101df83b52f71a5..e3d251cf8006789223f33d7337b5e75e3624fbfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 34877c0713a6b487a67d010db501faaf2a6a703f..388b7fd7c7ca5e8a732f6cea860f25c53ca308f7 100644 (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"; \