mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
Set LC_ALL explicitly to archieve correct sorting of map files.
This commit is contained in:
parent
f23286ebd0
commit
7450ca7ccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user