X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6c26dacd2ceccc533f8a05f9ec4a600793ec06e9..8973db8c919b1d65bccbe6c60cd3256596d8cda7:/include/host.mk diff --git a/include/host.mk b/include/host.mk index 423ca1661..8b4ce3d24 100644 --- a/include/host.mk +++ b/include/host.mk @@ -35,3 +35,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk ) endif + +ifeq ($(HOST_OS),Linux) + XARGS:=xargs -r +else + XARGS:=xargs +endif