parent
da53036eb9
commit
b8d6998c22
1 changed files with 10 additions and 0 deletions
10
mk/re.mk
10
mk/re.mk
|
@ -710,6 +710,16 @@ tar:
|
|||
&& echo "created source tarball `pwd`/$(TAR_SRC).tar.gz"
|
||||
|
||||
|
||||
git_release:
|
||||
git archive --format=tar --prefix=$(PROJECT)-$(VERSION)/ v$(VERSION) \
|
||||
| gzip > ../$(PROJECT)-$(VERSION).tar.gz
|
||||
|
||||
|
||||
git_snapshot:
|
||||
git archive --format=tar --prefix=$(PROJECT)-$(VERSION)/ HEAD \
|
||||
| gzip > ../$(PROJECT)-$(VERSION).tar.gz
|
||||
|
||||
|
||||
# Debian
|
||||
.PHONY: deb
|
||||
deb:
|
||||
|
|
Loading…
Add table
Reference in a new issue