shadowsocks-libev: use xargs -r just in case
authorYousong Zhou <yszhou4tech@gmail.com>
Fri, 28 Jul 2017 07:10:31 +0000 (15:10 +0800)
committerYousong 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

index 644355f8f46b32d58bb9bd3c647cf63b8fb7a23a..e3a0a2c612e3b9c7629ab607c40912146aa8c0e5 100644 (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 += \