Skip to content

Commit

Permalink
* iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
Browse files Browse the repository at this point in the history
	script.
  • Loading branch information
Ulrich Drepper committed Dec 30, 2008
1 parent bfbbc63 commit 25df09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions iconvdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 25df09a

Please sign in to comment.