diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-05 19:45:56 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-05 19:45:56 +0100 |
commit | f587fe0e84650b5731f9fd81b1acf0f62e670e84 (patch) | |
tree | a72e1f65a190569360753b3314c9b14733383c46 | |
parent | f29569da381605fa75dd7dfc780de0c8a2c44740 (diff) | |
download | xine-lib-f587fe0e84650b5731f9fd81b1acf0f62e670e84.tar.gz xine-lib-f587fe0e84650b5731f9fd81b1acf0f62e670e84.tar.bz2 |
Silence an ignored error when running "debuild clean".
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 395b983e0..e89896255 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |