build-sys: add custom "make git-tar" target

This commit is contained in:
Kay Sievers 2015-06-22 23:08:55 +02:00
parent 78a68c3454
commit 6f58d70e31

View file

@ -6282,6 +6282,10 @@ hwdb-update:
git-tag:
git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
.PHONY: git-tar
git-tar:
git archive --format=tar --prefix=systemd-$(VERSION)/ v$(VERSION) | xz > systemd-$(VERSION).tar.xz
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: upload
upload: all check dist