X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fhost.mk;fp=include%2Fhost.mk;h=8b4ce3d24b9101ebe1ab1603da33a75decd56273;hp=423ca1661082b53cfd6ce8daf0dd56640a4d884d;hb=85db870e3286c999949502c94b2dae8433764441;hpb=a1b9f98ca5562bef58d0bd79870c8b5a27b76ae4 diff --git a/include/host.mk b/include/host.mk index 423ca16610..8b4ce3d24b 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