From 630f457666b48321be0a5b6fbf391efef1fa3eb4 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 3 Feb 2019 12:48:45 -0800 Subject: Use strip-nondeterminism to fix JAR timestamps .jar files are just zip files, and contain dates. These will cause the build to be non-reproducible. Use strip-nondeterminism to smash all of these back to a fixed value. Signed-off-by: Keith Packard --- altoslib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'altoslib') diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 447830e5..dfae0f69 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -207,3 +207,6 @@ bin: $(JAR): classaltoslib.stamp jar cf $@ -C bin org +if STRIP_NONDETERMINISM + $(STRIP_NONDETERMINISM) $@ +endif -- cgit v1.2.3