1 From 2386cd8f907b379ae5cc1ce2888abef7d30e709a Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex@linutronix.de>
3 Date: Sat, 23 Oct 2021 20:20:59 +0200
4 Subject: [PATCH] Makefile: do not write the timestamp into compressed manpage.
6 This helps reproducibility.
8 Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/156]
9 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/Makefile b/Makefile
15 index 886018f9..f4290f9c 100644
18 @@ -468,7 +468,7 @@ git-commit-id.h:
19 $(OBJS): stress-ng.h Makefile
21 stress-ng.1.gz: stress-ng.1
23 + $(V)gzip -n -c $< > $@