projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use find -exec instead of xargs
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
bee47c4
..
ab4c4d5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-171,7
+171,7
@@
docclean:
$(MAKE) -C docs/ clean
symlinkclean:
- find package -type l
| xargs rm -f
+ find package -type l
-exec rm -f {} \;
.SILENT: clean dirclean distclean symlinkclean config-clean download world
FORCE: ;
This page took
0.019481 seconds
and
4
git commands to generate.