mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 02:56:51 +00:00
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:
parent
40f151aa79
commit
05ed29cf6e
2
Makefile
2
Makefile
@ -677,7 +677,7 @@ tar: clean
|
|||||||
-cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
|
-cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
|
||||||
rm -f haproxy-$(VERSION)
|
rm -f haproxy-$(VERSION)
|
||||||
|
|
||||||
git-tar: clean
|
git-tar:
|
||||||
git archive --format=tar --prefix="haproxy-$(VERSION)/" HEAD | gzip -9 > haproxy-$(VERSION)$(SUBVERS).tar.gz
|
git archive --format=tar --prefix="haproxy-$(VERSION)/" HEAD | gzip -9 > haproxy-$(VERSION)$(SUBVERS).tar.gz
|
||||||
|
|
||||||
version:
|
version:
|
||||||
|
Loading…
Reference in New Issue
Block a user