commit | 05ed29cf6ef1eb6268c95c5d38af849c487eeedd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 20 15:00:44 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 20 15:00:44 2012 +0100 |
tree | 4c03b4ad068d0d9978a7e1dabe1f5c26d1c84a98 | |
parent | 40f151aa79bcdf8b517c4e5666edbc7a47ea7fdc [diff] [blame] |
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.
diff --git a/Makefile b/Makefile index 9c7a75f..fb6ce98 100644 --- a/Makefile +++ b/Makefile
@@ -677,7 +677,7 @@ -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: