use gzip -n

to not record timestamps in .gz file headers
to make build reproducible
This commit is contained in:
Bernhard M. Wiedemann 2017-07-21 15:25:31 +02:00
parent 349be05ee5
commit b8c5b2cf27

View File

@ -177,7 +177,7 @@ build-doc:
build-man: docs/$(PROG_NAME).1.gz
docs/$(PROG_NAME).1.gz: docs/$(PROG_NAME).1
$(call __silent,GZIP)gzip -c9 $< >$@
$(call __silent,GZIP)gzip -c9n $< >$@
define sed_it
$(call __silent,SED,$@)$(sed) -r \