1
0
mirror of synced 2026-01-19 01:07:28 +00:00

2007-04-28 15:49:44 by steve

BUGFIX:  Ignore missing release tarball + sig when running "make clean"
This commit is contained in:
steve 2007-04-28 15:49:44 +00:00
parent cdf1e80e29
commit 56340b9829

View File

@ -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
#