]> sourceware.org Git - glibc.git/commit
localedata: Do not generate output if warnings were present.
authorCarlos O'Donell <carlos@redhat.com>
Thu, 3 Feb 2022 21:01:52 +0000 (16:01 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 25 Feb 2022 13:54:16 +0000 (08:54 -0500)
commit732dd3a63d39c7ca77e817b462285c14551c8b49
tree82df456e74f7443c93e8c48cd05b9fdc1ac63335
parent3feecd80013c822a12d4b01c5c25e155dfbc6e2f
localedata: Do not generate output if warnings were present.

With LC_MONETARY parsing fixed we can now generate locales
without forcing output with '-c'.

Removing '-c' from localedef invocation is the equivalent of
using -Werror for localedef.  The glibc locale sources should
always be clean and free from warnings.

We remove '-c' from both test locale generation and the targets
used for installing locales e.g. install-locale-archive, and
install-locale-files.

Tested on x86_64 and i686 without regressions.
Tested with install-locale-archive target.
Tested with install-locale-files target.

Reviewed-by: DJ Delorie <dj@redhat.com>
(cherry picked from commit 1c7a34567d21fbd3b706c77cd794956b43daefe7)
localedata/Makefile
localedata/gen-locale.sh
This page took 0.040416 seconds and 5 git commands to generate.