2007-04-28 15:49:44 by steve
BUGFIX: Ignore missing release tarball + sig when running "make clean"
This commit is contained in:
parent
cdf1e80e29
commit
56340b9829
6
Makefile
6
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
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user