shadowsocks-libev: use xargs -r just in case

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2017-07-28 15:10:31 +08:00
parent b7f69c0633
commit 2f910479cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 += \