shadowsocks-libev: use xargs -r just in case
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
b7f69c0633
commit
2f910479cf
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ define Build/Prepare
|
||||||
-o -name '*.lo' \
|
-o -name '*.lo' \
|
||||||
-o -name '.deps' \
|
-o -name '.deps' \
|
||||||
-o -name '.libs' \
|
-o -name '.libs' \
|
||||||
| xargs rm -rvf
|
| $(XARGS) rm -rvf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue