réplica de
https://git.tukaani.org/xz.git
sincronizado 2025-10-22 17:13:04 +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.
Este cometimento está contido em:
ascendente
75d91d6b39
cometimento
950da11ce0
@ -104,7 +104,8 @@ mydist:
|
|||||||
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
|
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
|
||||||
test -n "$$SNAPSHOT" && VERSION=$$SNAPSHOT; \
|
test -n "$$SNAPSHOT" && VERSION=$$SNAPSHOT; \
|
||||||
fi; \
|
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
|
$(MAKE) VERSION="$$VERSION" dist-gzip
|
||||||
|
|
||||||
# NOTE: This only creates the PDFs. The install rules are missing.
|
# NOTE: This only creates the PDFs. The install rules are missing.
|
||||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador