X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=include%2Fhost.mk;fp=include%2Fhost.mk;h=9d40ec40a31b2487d9316534bf3991ab3d6a47c3;hp=00eb1f55aafef0a1072e0dfa07b4071eaee5aa86;hb=bd47d6edf919f466a871b4ae5b377caa4e95546c;hpb=2cccfb6609c80be2d5c5531a4473c48ec1f3c13a diff --git a/include/host.mk b/include/host.mk index 00eb1f55aa..9d40ec40a3 100644 --- a/include/host.mk +++ b/include/host.mk @@ -39,12 +39,11 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk else \ echo 'FIND_L=find $$(1) -follow' >> $@; \ fi; \ + if xargs --help 2>&1 | grep 'gnu.org' >/dev/null; then \ + echo 'XARGS:=xargs -r' >> $@; \ + else \ + echo 'XARGS:=xargs' >> $@; \ + fi; \ ) endif - -ifeq ($(HOST_OS),Linux) - XARGS:=xargs -r -else - XARGS:=xargs -endif