From 4facf4afecbea3e29dd15e9d50ea36bfe7add0bb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 Jul 2007 22:03:57 +0000 Subject: [PATCH] * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when running awk script. --- ChangeLog | 5 +++++ Makeconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe19f998c46..9e11c512016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-05 Mike Frysinger + + * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when + running awk script. + 2007-07-01 Jakub Jelinek * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check. diff --git a/Makeconfig b/Makeconfig index 049e4ca83ae..e768cb13397 100644 --- 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 -- 2.47.2