summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2022-09-06 14:32:05 +0200
committerSimon Josefsson <simon@josefsson.org>2022-09-06 14:32:05 +0200
commit4b17a1ae49e69df1ac5dc35a4f60b20ab958baf2 (patch)
tree67c309534588555cfe2f2b0ec9fa32065d24a77a /top
parent1ea93e7ef19f7cb63eccb332211e5765be2bbbbd (diff)
downloadgnulib-4b17a1ae49e69df1ac5dc35a4f60b20ab958baf2.tar.gz
gnumakefile: Improve tarball reproducibility.
* top/GNUmakefile (TAR_OPTIONS): Add --sort=name. Suggested by Tzvetelin Katchov <katchov@gnu.org>. * DEPENDENCIES: Mention tar 1.28 dependency.
Diffstat (limited to 'top')
-rw-r--r--top/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/GNUmakefile b/top/GNUmakefile
index 7a08c9d55b..a778610d28 100644
--- a/top/GNUmakefile
+++ b/top/GNUmakefile
@@ -26,7 +26,7 @@ _gl-Makefile := $(wildcard [M]akefile)
ifneq ($(_gl-Makefile),)
# Make tar archive easier to reproduce.
-export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
+export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --sort=name
# Allow the user to add to this in the Makefile.
ALL_RECURSIVE_TARGETS =