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:
d20f68f
)
dsplink: change find | xargs to find -exec
author
Koen Kooi
<koen@openembedded.org>
Sat, 3 Jan 2009 14:42:30 +0000
(15:42 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 3 Jan 2009 14:42:30 +0000
(15:42 +0100)
packages/dsplink/dsplink.inc
patch
|
blob
|
history
diff --git
a/packages/dsplink/dsplink.inc
b/packages/dsplink/dsplink.inc
index
48cf50b
..
4d5db6a
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"
| xargs rm
|| true
- find ${S} -name "*.o"
| xargs rm
|| true
+ find ${S} -name "*.ko"
-exec rm {} \;
|| true
+ find ${S} -name "*.o"
-exec rm {} \;
|| true
# Run perl script to create appropriate makefiles (v1.60 and up)
(