From: Koen Kooi Date: Sat, 3 Jan 2009 13:12:28 +0000 (+0100) Subject: dsplink: find -delete isn't supported by findutils 4.1.x X-Git-Tag: Release-2010-05/1~4578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a681408677ac00cf6dcd00bbd426967eb74461b2;p=openembedded.git dsplink: find -delete isn't supported by findutils 4.1.x --- diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc index 1c63c30c89..48cf50bb6b 100644 --- a/packages/dsplink/dsplink.inc +++ b/packages/dsplink/dsplink.inc @@ -13,8 +13,8 @@ require ti-paths.inc do_configure () { # Clean up stale binaries - find ${S} -name "*.ko" -delete - find ${S} -name "*.o" -delete + find ${S} -name "*.ko" | xargs rm || true + find ${S} -name "*.o" | xargs rm || true # Run perl script to create appropriate makefiles (v1.60 and up) (