Skip to content

Commit

Permalink
* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
Browse files Browse the repository at this point in the history
	running awk script.
  • Loading branch information
Roland McGrath committed Jul 5, 2007
1 parent 6b7eaea commit 4facf4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-07-05 Mike Frysinger <vapier@gentoo.org>

* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
running awk script.

2007-07-01 Jakub Jelinek <jakub@redhat.com>

* elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
Expand Down
2 changes: 1 addition & 1 deletion Makeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ $(common-objpfx)gnu/lib-names.stmp: $(..)scripts/lib-names.awk \
$(common-objpfx)soversions.i
$(make-target-directory)
@rm -f ${@:stmp=T} $@
$(AWK) -f $^ > ${@:stmp=T}
LC_ALL=C $(AWK) -f $^ > ${@:stmp=T}
$(move-if-change) ${@:stmp=T} ${@:stmp=h}
touch $@
endif
Expand Down

0 comments on commit 4facf4a

Please sign in to comment.