From: Zbigniew Jędrzejewski-Szmek Date: Sun, 12 Mar 2017 00:09:27 +0000 (-0500) Subject: build-sys: simplify git tar invocation X-Git-Tag: v234~375^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92f58d6647eeb1874c7f14af7699b5479b097ce8;p=thirdparty%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index b4150041936..407efab45e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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