public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] localedata: Remove duplicate cs_CZ from LOCALES
@ 2017-11-28 14:38 Siddhesh Poyarekar
  2017-11-28 15:55 ` Mike FABIAN
  0 siblings, 1 reply; 2+ messages in thread
From: Siddhesh Poyarekar @ 2017-11-28 14:38 UTC (permalink / raw)
  To: libc-alpha; +Cc: mfabian, carlos

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 and pushed as obvious.

Siddhesh
---
 ChangeLog           | 4 ++++
 localedata/Makefile | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f7616dc..14b2455 100644
--- 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>
 
diff --git a/localedata/Makefile b/localedata/Makefile
index 6e4f9ea..b9f77d6 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -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
 
-- 
2.7.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [COMMITTED] localedata: Remove duplicate cs_CZ from LOCALES
  2017-11-28 14:38 [COMMITTED] localedata: Remove duplicate cs_CZ from LOCALES Siddhesh Poyarekar
@ 2017-11-28 15:55 ` Mike FABIAN
  0 siblings, 0 replies; 2+ messages in thread
From: Mike FABIAN @ 2017-11-28 15:55 UTC (permalink / raw)
  To: Siddhesh Poyarekar; +Cc: libc-alpha, carlos

Thank you, Siddhesh! 🙇

Siddhesh Poyarekar <siddhesh@sourceware.org> wrote:

> 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 and pushed as obvious.
>
> Siddhesh
> ---
>  ChangeLog           | 4 ++++
>  localedata/Makefile | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index f7616dc..14b2455 100644
> --- 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>
>  
> diff --git a/localedata/Makefile b/localedata/Makefile
> index 6e4f9ea..b9f77d6 100644
> --- a/localedata/Makefile
> +++ b/localedata/Makefile
> @@ -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

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-28 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 14:38 [COMMITTED] localedata: Remove duplicate cs_CZ from LOCALES Siddhesh Poyarekar
2017-11-28 15:55 ` Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).