mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02: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:
|
clean:
|
||||||
rm -f *.[oas] *~ *.rej core haproxy test nohup.out gmon.out src/*.[oas]
|
rm -f *.[oas] *~ *.rej core haproxy test nohup.out gmon.out src/*.[oas]
|
||||||
|
rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)
|
||||||
|
|
||||||
tar:
|
tar: clean
|
||||||
rm -f haproxy-$(VERSION)
|
|
||||||
ln -s . haproxy-$(VERSION)
|
ln -s . haproxy-$(VERSION)
|
||||||
tar --exclude=haproxy-$(VERSION)/.git --exclude=haproxy-$(VERSION)/haproxy-$(VERSION) -cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
|
tar --exclude=haproxy-$(VERSION)/.git --exclude=haproxy-$(VERSION)/haproxy-$(VERSION) -cf - haproxy-$(VERSION)/* | gzip -c9 >haproxy-$(VERSION).tar.gz
|
||||||
rm -f haproxy-$(VERSION)
|
rm -f haproxy-$(VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user