projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f69c0
)
shadowsocks-libev: use xargs -r just in case
author
Yousong Zhou
<yszhou4tech@gmail.com>
Fri, 28 Jul 2017 07:10:31 +0000
(15:10 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Fri, 28 Jul 2017 07:10:46 +0000
(15:10 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/shadowsocks-libev/Makefile
patch
|
blob
|
history
diff --git
a/net/shadowsocks-libev/Makefile
b/net/shadowsocks-libev/Makefile
index 644355f8f46b32d58bb9bd3c647cf63b8fb7a23a..e3a0a2c612e3b9c7629ab607c40912146aa8c0e5 100644
(file)
--- a/
net/shadowsocks-libev/Makefile
+++ b/
net/shadowsocks-libev/Makefile
@@
-114,7
+114,7
@@
define Build/Prepare
-o -name '*.lo' \
-o -name '.deps' \
-o -name '.libs' \
- |
xargs
rm -rvf
+ |
$(XARGS)
rm -rvf
endef
CONFIGURE_ARGS += \