This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: Added targets to generate source tarball and git tags Author: Mauro Carvalho Chehab <[email protected]> Date: Thu Jan 27 22:17:37 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> Makefile | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=5927830c53063e753e548430d87d605a272f1346 diff --git a/Makefile b/Makefile index a545042..9f51ace 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +XAWTV_VERSION = 3.97 # passed to configure prefix = /usr/local @@ -23,3 +24,11 @@ $(arch)/Makefile: configure mkdir -p $(arch) (cd $(arch); ../configure \ --prefix=$(prefix) ) + +tag: + @git tag -a -m "Tag as xawtv-$(XAWTV_VERSION)" xawtv-$(XAWTV_VERSION) + @echo "Tagged as xawtv-$(XAWTV_VERSION)" + +archive: + @git archive --format=tar --prefix=xawtv-$(XAWTV_VERSION)/ xawtv-$(XAWTV_VERSION) > xawtv-$(XAWTV_VERSION).tar + @bzip2 -f xawtv-$(XAWTV_VERSION).tar _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
