aboutsummaryrefslogtreecommitdiff
path: root/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-03-19 07:08:19 -0300
committerDavid Bremner <david@tethera.net>2019-03-27 17:59:40 -0300
commit4bfbd5baa1e754e18d58dd6b8052a8072c0bfc2f (patch)
treef584b7056a6fab7026dfd1ae2b0cb274fc34bbe7 /Makefile.local
parent1f82039e0da1adf078559ef9bf80e2b47858a607 (diff)
release: use xz compression
This produces tarballs that are roughly 30% smaller.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 383e0cba..3c6dacbc 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -36,7 +36,7 @@ $(TAR_FILE):
--transform s_^_$(PACKAGE)-$(VERSION)/_ \
--transform 's_.tmp$$__' --mtime=@$$ct version.tmp
rm version.tmp
- gzip -n < $(TAR_FILE).tmp > $(TAR_FILE)
+ xz -C sha256 -9 < $(TAR_FILE).tmp > $(TAR_FILE)
@echo "Source is ready for release in $(TAR_FILE)"
$(SHA256_FILE): $(TAR_FILE)