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:
parent
d5e15d2fd7
commit
92f58d6647
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user