diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-03 12:43:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-03 12:43:32 +0000 |
commit | b169f10c58f85743755899fb217214fb2cd8003d (patch) | |
tree | c0bd4f19421e979029ba2dcce42921e5dad5d7b0 /Makerules | |
parent | a384fa77082e93b172f129e249b7489ad0c493ad (diff) | |
download | glibc-b169f10c58f85743755899fb217214fb2cd8003d.tar glibc-b169f10c58f85743755899fb217214fb2cd8003d.tar.gz glibc-b169f10c58f85743755899fb217214fb2cd8003d.tar.bz2 glibc-b169f10c58f85743755899fb217214fb2cd8003d.zip |
Update.
1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* Makerules: Set LANGUAGE and LC_ALL explicitly to archieve
correct sorting of map files.
Closes PR libc/1147.
1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* math/libm-test.c (main): Add new test functions.
(jn_test): New tests.
(j1_test): Add some more tests.
(j0_test): Add some more tests.
(y0_test): Add some more tests.
(y1_test): Add some more tests.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |