mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
running awk script.
This commit is contained in:
parent
6b7eaea1df
commit
4facf4afec
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user