Commit 8cf6f918 authored by David Goulet's avatar David Goulet 🐼
Browse files

makefile: Add a reproducible dist make job

parent d37273be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -484,3 +484,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)"