git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2b790
)
dsplink: find -delete isn't supported by findutils 4.1.x
author
Koen Kooi
<koen@openembedded.org>
Sat, 3 Jan 2009 13:12:28 +0000
(14:12 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 3 Jan 2009 13:12:28 +0000
(14:12 +0100)
packages/dsplink/dsplink.inc
patch
|
blob
|
history
diff --git
a/packages/dsplink/dsplink.inc
b/packages/dsplink/dsplink.inc
index
1c63c30
..
48cf50b
100644
(file)
--- 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"
-delet
e
- find ${S} -name "*.o"
-delet
e
+ find ${S} -name "*.ko"
| xargs rm || tru
e
+ find ${S} -name "*.o"
| xargs rm || tru
e
# Run perl script to create appropriate makefiles (v1.60 and up)
(