From: Francois Marier Date: Fri, 16 Nov 2007 02:41:18 +0000 (+1300) Subject: Small cleanups to the "sponsor" target X-Git-Tag: 0.4~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2de4856a58764efded576d1e9ec1077bf5de5c5;p=mythtv-status.git Small cleanups to the "sponsor" target --- diff --git a/Makefile b/Makefile index 8d636f4..1001ba4 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,11 @@ all: release release: $(RELEASE_FILES) $(orig_tarball): $(tarball) + @rm -f $@ @ln -s `basename \`pwd\``/$< $@ sponsor: $(orig_tarball) - dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'($.git|$build)' -tc + dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'(.git|build|Makefile)' -tc $(tarball): @mkdir -p $(@D)