1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2025-07-06 12:26:39 +00:00

Build: Use --sort=name in TAR_OPTIONS

Use also LC_COLLATE=C to make the sorting locale-independent.
Sorting makes the file order reproducible.
Tento commit je obsažen v:
Lasse Collin 2025-01-08 19:26:29 +02:00
rodič 75d91d6b39
revize 950da11ce0
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 38EE757D69184620

Zobrazit soubor

@ -104,7 +104,8 @@ mydist:
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
test -n "$$SNAPSHOT" && VERSION=$$SNAPSHOT; \
fi; \
TAR_OPTIONS='--owner=0 --group=0 --numeric-owner --mode=u+rw,go+r-w' \
TAR_OPTIONS='--owner=0 --group=0 --numeric-owner --mode=u+rw,go+r-w --sort=name' \
LC_COLLATE=C \
$(MAKE) VERSION="$$VERSION" dist-gzip
# NOTE: This only creates the PDFs. The install rules are missing.