* iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk

script.
This commit is contained in:
Ulrich Drepper 2008-12-30 02:18:00 +00:00
parent bfbbc63f04
commit 25df09ab4d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-12-29 Mike Frysinger <vapier@gentoo.org>
* iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
script.
2008-12-29 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c (gaih_inet): When the

View file

@ -286,6 +286,7 @@ $(objpfx)iconv-rules: Makefile
{ echo $(filter-out lib%, $(modules)); \
echo 8bit $(gen-8bit-modules); \
echo 8bit-gap $(gen-8bit-gap-modules); } | \
LC_ALL=C \
$(AWK) 'NR == 1 { \
for (i = 1; i <= NF; i++) { \
printf "%s-routines := %s\n", $$i, tolower($$i); \