mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-04 04:22:47 +00:00
cleaned the 'tar' target and allowed the 'clean' target to remove the tar.gz file.
This commit is contained in:
parent
cee272fff4
commit
e114bf94a3
4
Makefile
4
Makefile
@ -117,9 +117,9 @@ haproxy: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
|
||||
|
||||
clean:
|
||||
rm -f *.[oas] *~ *.rej core haproxy test nohup.out gmon.out src/*.[oas]
|
||||
rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)
|
||||
|
||||
tar:
|
||||
rm -f haproxy-$(VERSION)
|
||||
tar: clean
|
||||
ln -s . haproxy-$(VERSION)
|
||||
tar --exclude=haproxy-$(VERSION)/.git --exclude=haproxy-$(VERSION)/haproxy-$(VERSION) -cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
|
||||
rm -f haproxy-$(VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user