summaryrefslogtreecommitdiff
path: root/localedata/gen-locale.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 02:46:04 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 02:46:04 +0000
commit71d82dbe9e2e3345de641259dbacb8d45b0801a3 (patch)
tree09dedee68cf52a9168d0ccf6a9bb11f31ffa354b /localedata/gen-locale.sh
parent3da67f9970670030fdc273455b08606170183489 (diff)
Update.
* timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL since zic uses setlocale and gettext but we cannot make it use the new locale data since zic calls a shell which might not use the new libc.
Diffstat (limited to 'localedata/gen-locale.sh')
-rw-r--r--localedata/gen-locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh
index 4bc7031f71..ca110741c0 100644
--- a/localedata/gen-locale.sh
+++ b/localedata/gen-locale.sh
@@ -37,9 +37,9 @@ generate_locale ()
fi
}
+echo "Generating locale data: this might take a while..."
generate_locale UTF8 de_DE de_DE.UTF-8
generate_locale ISO-8859-1 de_DE de_DE.ISO-8859-1
generate_locale ISO-8859-1 en_US en_US.ISO-8859-1
generate_locale EUC-JP ja_JP ja_JP.EUC-JP
generate_locale ANSI_X3.4-1968 en_US en_US.ANSI_X3.4-1968
-