1
0
mirror of synced 2026-03-09 03:49:23 +00:00

Remove t/modules.t in upstream's t/Makefile

... instead of remove it in debian/rules' clean target.

Call clean target of t/Makefile also from clean target of toplevel
Makefile.
This commit is contained in:
Axel Beckert
2012-06-27 01:31:57 +02:00
parent 3383b6dacf
commit 74411f970b
4 changed files with 9 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ clean:
@if [ -d debian/xen-tools ]; then rm -rf ./debian/xen-tools; fi
@if [ -e $(BASE)-$(VERSION).tar.gz ]; then rm $(BASE)-$(VERSION).tar.gz ; fi
@if [ -e $(BASE)-$(VERSION).tar.gz.asc ]; then rm $(BASE)-$(VERSION).tar.gz.asc ; fi
cd t; $(MAKE) clean
#

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
xen-tools (4.3+dev-1) UNRELEASED; urgency=low
* Remove t/modules.t in upstream's t/Makefile instead of debian/rules'
clean target.
-- Axel Beckert <abe@debian.org> Wed, 27 Jun 2012 01:25:15 +0200
xen-tools (4.3-1) unstable; urgency=low
* New upstream release

1
debian/clean vendored
View File

@@ -1 +0,0 @@
t/modules.t

View File

@@ -10,4 +10,4 @@ modules: modules.sh
./modules.sh > modules.t
clean:
-rm *~
-rm *~ modules.t