]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
localedata: Remove duplicate cs_CZ from LOCALES
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 14:34:31 +0000 (20:04 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 14:34:31 +0000 (20:04 +0530)
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.

ChangeLog
localedata/Makefile

index f7616dcb2b5d315d31e18bf5c062fb105e50d4de..14b245534a0422df3098d3dcca2b49ea1159250e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 6e4f9eaf3a5c21a3085b5e4d27ccf0861f562b7e..b9f77d6c29b9135ad3bb259272311439f373a571 100644 (file)
@@ -108,7 +108,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
           nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
           zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
           tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
-          pl_PL.UTF-8 cs_CZ.UTF-8
+          pl_PL.UTF-8
 include ../gen-locales.mk
 endif