From 7450ca7ccb9b133d0637e893dbbe943d7736b7df Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 3 Jun 1999 14:03:11 +0000 Subject: [PATCH] Set LC_ALL explicitly to archieve correct sorting of map files. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makerules b/Makerules index 37b14eedd5..515bdf6917 100644 --- a/Makerules +++ b/Makerules @@ -286,7 +286,7 @@ $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \ $(wildcard $(sysdirs:%=%/Versions)) \ $(sysd-versions-force) { echo 'sysd-versions-subdirs = $(all-subdirs) $(config-sysdirs)' ; \ - $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \ + LC_ALL=C $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \ -v move_if_change='$(move-if-change)' \ -f $(filter-out $< $(sysd-versions-force),$^); \ } > $@T