]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Set LC_ALL explicitly to archieve correct sorting of map files.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Jun 1999 14:03:11 +0000 (14:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Jun 1999 14:03:11 +0000 (14:03 +0000)
Makerules

index 37b14eedd528fa6fb48a760f0a98ccd146dbfb9b..515bdf6917dc6859029034f979d30bc78e5f7933 100644 (file)
--- 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