Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv15661
Modified Files:
rules
Log Message:
Try harder to clean the place before building the package
Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- rules 25 May 2004 18:32:41 -0000 1.24
+++ rules 26 May 2004 18:40:59 -0000 1.25
@@ -85,8 +85,8 @@
-$(MAKE) clean
$(MAKE) -C po clean
find -name '.#*'|xargs rm || true
- rm -f Makefile.old
- rm -rf mantmp
+ rm -rf t/tmp/* Makefile.old po4a.log
+ rm -rf blib mantmp
rm -f build-stamp
dh_clean
Show replies by date