mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue