1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

build-sys: simplify git tar invocation

git is nowadays nice enough to compress based on the output file suffix,
let's make use of that.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-03-11 19:09:27 -05:00
parent d5e15d2fd7
commit 92f58d6647

View File

@ -6632,7 +6632,7 @@ git-tag:
.PHONY: git-tar
git-tar:
git archive --format=tar --prefix=systemd-$(VERSION)/ HEAD | gzip > systemd-$(VERSION).tar.gz
git archive -o systemd-$(VERSION).tar.gz --prefix=systemd-$(VERSION)/ HEAD
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd