BUILD: no need to clean up when making git-tar

git-tar uses the repository, not the working dir, so it's useless to
run "make clean" first.
This commit is contained in:
Willy Tarreau 2012-12-20 15:00:44 +01:00
parent 40f151aa79
commit 05ed29cf6e
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ tar: clean
-cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
rm -f haproxy-$(VERSION)
git-tar: clean
git-tar:
git archive --format=tar --prefix="haproxy-$(VERSION)/" HEAD | gzip -9 > haproxy-$(VERSION)$(SUBVERS).tar.gz
version: