projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7eaea
)
* Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
author
Roland McGrath
<roland@gnu.org>
Thu, 5 Jul 2007 22:03:57 +0000
(22:03 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 5 Jul 2007 22:03:57 +0000
(22:03 +0000)
running awk script.
ChangeLog
patch
|
blob
|
history
Makeconfig
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index fe19f998c466d1a0ccc670219d7aef92ecc08955..9e11c512016470e8e13b4a0c5cc321855ceb20a5 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/Makeconfig
b/Makeconfig
index 049e4ca83aefd109693ba6fc6273a8cad34f60bb..e768cb1339741f87a98cbdcafa8351ebf0501cff 100644
(file)
--- a/
Makeconfig
+++ b/
Makeconfig
@@
-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