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:
1
Makefile
1
Makefile
@@ -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
7
debian/changelog
vendored
@@ -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
1
debian/clean
vendored
@@ -1 +0,0 @@
|
||||
t/modules.t
|
||||
@@ -10,4 +10,4 @@ modules: modules.sh
|
||||
./modules.sh > modules.t
|
||||
|
||||
clean:
|
||||
-rm *~
|
||||
-rm *~ modules.t
|
||||
|
||||
Reference in New Issue
Block a user