]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove --quiet argument when installing locales
authorMike FABIAN <mfabian@redhat.com>
Fri, 2 Mar 2018 10:29:24 +0000 (11:29 +0100)
committerMike FABIAN <mfabian@redhat.com>
Fri, 2 Mar 2018 10:31:13 +0000 (11:31 +0100)
Using this argument hides problems. I would like to see when something fails.

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

localedata/Makefile

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