Ensure stable sorting order in tools

This eliminates certain surprises with port contents and depot hashes.
This commit is contained in:
Christian Helmuth
2017-11-03 16:52:12 +01:00
parent 0f6afa3d89
commit 65b2e63bb9
4 changed files with 9 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ export LIB_DEP_FILE ?= var/libdeps
export ECHO ?= echo -e
export CONTRIB_DIR
# Force stable sorting order
export LC_COLLATE=C
#
# Convert user-defined directories to absolute directories
#