--- a/include/host.mk +++ b/include/host.mk @@ -36,3 +36,9 @@ endif +ifeq ($(HOST_OS),Linux) + XARGS:=xargs -r +else + XARGS:=xargs +endif +