summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2026-05-10 19:36:42 +0300
committerJani Välimaa <wally@mageia.org>2026-05-10 19:36:42 +0300
commit7bfca10ce236929029e83075a738d2de7f07d414 (patch)
treed334f120212166ec53ebb6ef94c5e92f66f796b0
parentbe46f7586db4aaae7d06da752826b802a17d79b2 (diff)
downloadtheme-master.tar
theme-master.tar.gz
theme-master.tar.bz2
theme-master.tar.xz
theme-master.zip
Makefile: speed over size when compressing tarballHEADmaster
xz -9 249M vs xz -0 251M
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55934e5..fc40783 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ cleandist:
rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
export:
- git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz
+ git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -0 > $(NAME)-$(VERSION).tar.xz