diff options
author | Leonhard Holz <leonhard.holz@web.de> | 2015-05-12 20:32:50 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-13 13:05:28 +0530 |
commit | 9f53d7ad577db870c4383b4378cd23131f516c42 (patch) | |
tree | 73ad92cd0bd10b0d30677e775e2de6ece4ebe483 /localedata/ChangeLog | |
parent | 0f4840be2528b3e3f2ecea009ab08e753701e9be (diff) | |
download | glibc-9f53d7ad577db870c4383b4378cd23131f516c42.tar.gz glibc-9f53d7ad577db870c4383b4378cd23131f516c42.tar.xz glibc-9f53d7ad577db870c4383b4378cd23131f516c42.zip |
Split locale generation snippet into a separate file
This patch prepares for the strcoll benchmark by moving the makefile code for generating the locale files into a standalone snippet that can be used elsewhere.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 89540ee828..728b500b6f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,11 @@ +2015-05-12 Leonhard Holz <leonhard.holz@web.de> + + * gen-locales.mk: New Makefile snippet to generate locales. + * localedata/Makefile: Use gen-locales.mk for locale + generation. + * localedata/gen-locale.sh (generate_locale): Make path to + charmaps independent of current working directory. + 2015-05-07 Christian Schmidt <glibc@chsc.dk> [BZ #17692] |