X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fhost.mk;fp=include%2Fhost.mk;h=8b4ce3d24b9101ebe1ab1603da33a75decd56273;hp=423ca1661082b53cfd6ce8daf0dd56640a4d884d;hb=bca7ac77bf1981587e65d397ab25a7a6f3cc35ad;hpb=bdcf2e70945fbda44af25fca3fa9e3e8d5491f95 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