From 2f910479cf307947b486b771466b24c50eb09eab Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 28 Jul 2017 15:10:31 +0800 Subject: [PATCH] shadowsocks-libev: use xargs -r just in case Signed-off-by: Yousong Zhou --- net/shadowsocks-libev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 644355f8f4..e3a0a2c612 100644 --- 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 += \