Skip to content

Commit

Permalink
Merge pull request #1412 from ohnatiuk1/man-remove-file-timestamp
Browse files Browse the repository at this point in the history
man: fix reproducibility - remove file timestamps
  • Loading branch information
jpoimboe authored Sep 3, 2024
2 parents 269a061 + 531d8f1 commit f85f8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ include ../Makefile.inc
all: kpatch.1.gz kpatch-build.1.gz

kpatch.1.gz: kpatch.1
gzip -c -9 $< > $@
gzip -n -c -9 $< > $@

kpatch-build.1.gz: kpatch-build.1
gzip -c -9 $< > $@
gzip -n -c -9 $< > $@

install: all
$(INSTALL) -d $(MANDIR)
Expand Down

0 comments on commit f85f8a3

Please sign in to comment.