From: Kay Sievers Date: Mon, 22 Jun 2015 21:08:55 +0000 (+0200) Subject: build-sys: add custom "make git-tar" target X-Git-Tag: v222~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f58d70e31c5a8b63402b865b4030976348659d0;p=thirdparty%2Fsystemd.git build-sys: add custom "make git-tar" target --- diff --git a/Makefile.am b/Makefile.am index 936e4edd810..ef03730b031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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