# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1181069156 -3600
# Node ID c682c2e968e1a19f2b0fc3bf6450609f5195b36c
# Parent  df9441e6b986e626fac890bb082d308fbba19de8
Silence an ignored error when running "debuild clean".

diff -r c682c2e968e1a19f2b0fc3bf6450609f5195b36c -r 
df9441e6b986e626fac890bb082d308fbba19de8 debian/rules
--- a/debian/rules      Tue Jun 05 19:45:56 2007 +0100
+++ b/debian/rules      Tue Jun 05 20:37:47 2007 +0200
@@ -100,7 +100,7 @@ clean:
        -$(MAKE) distclean
        # remove more cruft leftover by autohell
        rm -f doc/faq/faq.html doc/faq/faq.txt 
doc/hackersguide/hackersguide.html m4/caca.m4
-       -test -f .noauto || find . -name Makefile.in -print | xargs rm
+       -test -f .noauto || find . -name Makefile.in -print | xargs -r rm
        test -f .noauto || rm -rf compile config.guess configure depcomp 
install-sh ltmain.sh missing aclocal.m4 config.h.in
        dh_clean
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to