From 56340b9829c0f35ed69ef2cea8dc067dcfded7cd Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 28 Apr 2007 15:49:44 +0000 Subject: [PATCH] 2007-04-28 15:49:44 by steve BUGFIX: Ignore missing release tarball + sig when running "make clean" --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8df24f4..fd2b573 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.98 2007-04-28 15:49:00 steve Exp $ +# $Id: Makefile,v 1.99 2007-04-28 15:49:44 steve Exp $ # @@ -63,8 +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 + @-rm $(BASE)-$(VERSION).tar.gz + @-rm $(BASE)-$(VERSION).tar.gz.asc #