From: Andreas Jaeger Date: Thu, 9 Aug 2001 17:15:56 +0000 (+0000) Subject: Revert last patch, Ulrich will fix the failing script to use de_DE.UTF-8. X-Git-Tag: upstream/2.30~22688 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4459f83de18527316eca4c5ad773380cbf13c09;p=external%2Fglibc.git Revert last patch, Ulrich will fix the failing script to use de_DE.UTF-8. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index e8cbe49..ce1734d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,7 +1,3 @@ -2001-08-09 Andreas Jaeger - - * Makefile (LOCALES): Generate en_US.UTF-8 locale. - 2001-08-04 Ulrich Drepper * charmaps/GEORGIAN-PS: New file. diff --git a/localedata/Makefile b/localedata/Makefile index decaa12..8866b69 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -128,7 +128,7 @@ CFLAGS-tst-trans.c = -Wno-format ifeq (no,$(cross-compiling)) # We have to generate locales LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ - en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \ + en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \ hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)" | \