summaryrefslogtreecommitdiff
path: root/gen-locales.mk
AgeCommit message (Collapse)Author
2018-02-27Improve gen-locales.mk and gen-locale.sh to make test files with @ options workMike FABIAN
With out this, adding collation test files like localedata/gez_ER.UTF-8@abegede.in does not work for locales which contain @ modifiers. * gen-locales.mk: Make test files which contain @ modifiers in their name work. * localedata/gen-locale.sh: Likewise.
2015-05-13Split locale generation snippet into a separate fileLeonhard Holz
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.