From cdf1e80e29bb13dca820db343baf8ff58154d41d Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 28 Apr 2007 15:49:00 +0000 Subject: [PATCH] 2007-04-28 15:49:00 by steve Remove the distribution tarball + signature on "make clean" --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8f923b..8df24f4 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.97 2007-04-10 10:43:40 steve Exp $ +# $Id: Makefile,v 1.98 2007-04-28 15:49:00 steve Exp $ # @@ -63,6 +63,8 @@ clean: @if [ -e build-stamp ]; then rm -f build-stamp ; fi @if [ -e configure-stamp ]; then rm -f configure-stamp ; fi @if [ -d debian/xen-tools ]; then rm -rf ./debian/xen-tools; fi + @rm $(BASE)-$(VERSION).tar.gz + @rm $(BASE)-$(VERSION).tar.gz.asc #