diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/gen-locale.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index b3d5c4091f..217b709c30 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-06-30 Ulrich Drepper <drepper@redhat.com> + + * gen-locale.sh: Print that it might take a while to finish. + 2000-06-30 Jakub Jelinek <jakub@redhat.com> * Makefile (install-locales): Remove the -u switch from localedef 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 - |