projects
/
tfortune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa6757
)
Run gzip with -n.
author
Andre Noll
<maan@tuebingen.mpg.de>
Fri, 31 May 2019 18:23:02 +0000
(20:23 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sat, 1 Jun 2019 10:23:02 +0000
(12:23 +0200)
It is generally a good idea to not save the local file name and
timestamp in the compressed file, as this thwarts reproducible builds.
Suggested-by: Adam Borowski <kilobyte@angband.pl>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 66f0470dc7e2196984dec94236fa057ede3ec88f..86e9a51c605946440cf7175779b470cc40500727 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,7
+8,7
@@
MAKEFLAGS += -Rr
RM := rm -f
MKDIR_P := mkdir -p
CHMOD := chmod
-GZIP := gzip -f9
+GZIP := gzip -
n
f9
ifeq ("$(origin CC)", "default")
CC := cc