From fbc6d2d76a6b3dd55ade29b717b1f20a86a4d4d3 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 28 Oct 2021 16:29:22 -0400 Subject: makefile: Add a reproducible dist make job Signed-off-by: David Goulet --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index df3f88d6f5..b059496688 100644 --- a/Makefile.am +++ b/Makefile.am @@ -680,3 +680,7 @@ lsp: else \ echo "No bear command found. On debian, apt install bear"; \ fi + +# Reproducible tarball. We change the tar options for this. +dist-reprod: + $(MAKE) dist am__tar="$${TAR-tar} --format=gnu --owner=root --group=root --sort=name --mtime=\"`git show --no-patch --format='%ci'`\" -chof - $(distdir)" -- cgit v1.2.3-54-g00ecf