diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-28 20:04:31 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-28 20:04:31 +0530 |
commit | 8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f (patch) | |
tree | bb2fcacf8d2ff7992384b11da754fa499e7bf891 /ChangeLog | |
parent | 0422ed1e84d923023f3bd57e723d3d4dc7569901 (diff) | |
download | glibc-8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f.tar glibc-8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f.tar.gz glibc-8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f.tar.bz2 glibc-8d7d3ba8c505d84b2bd1946f474d9ddfe4219f0f.zip |
localedata: Remove duplicate cs_CZ from LOCALES
The LOCALES variable in the localedata had two instances of cs_CZ
which generated the following warning:
../gen-locales.mk:11: target '/opt/build/localedata/cs_CZ.UTF-8/LC_CTYPE' given more than once in the same rule
Dropped the duplicate entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2017-11-28 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * localedata/Makefile (LOCALES): Remove duplicate cs_CZ.UTF-8. + 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com> Icarus Sparry <icarus.w.sparry@intel.com> |