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=b6a58248fdb79f332ea9e60fc0bbf633469f3744;hp=9d40ec40a31b2487d9316534bf3991ab3d6a47c3;hb=20934d75ed9f83b46aae224a1639d2301613e903;hpb=75806cb4b032a5050b71991bc492c2f85719be56 diff --git a/include/host.mk b/include/host.mk index 9d40ec40a..b6a58248f 100644 --- a/include/host.mk +++ b/include/host.mk @@ -8,7 +8,7 @@ TMP_DIR ?= $(TOPDIR)/tmp -include $(TMP_DIR)/.host.mk -export TAR +export TAR FIND ifneq ($(__host_inc),1) __host_inc:=1 @@ -34,10 +34,10 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk [ -n "$$FIND" -a -x "$$FIND" ] || FIND=`which find 2>/dev/null`; \ echo "FIND:=$$FIND" >> $@; \ echo "BASH:=$(shell which bash)" >> $@; \ - if find -L /tmp -maxdepth 0 >/dev/null 2>/dev/null; then \ - echo 'FIND_L=find -L $$(1)' >>$@; \ + if $$FIND -L /tmp -maxdepth 0 >/dev/null 2>/dev/null; then \ + echo "FIND_L=$$FIND -L \$$(1)" >>$@; \ else \ - echo 'FIND_L=find $$(1) -follow' >> $@; \ + echo "FIND_L=$$FIND \$$(1) -follow" >> $@; \ fi; \ if xargs --help 2>&1 | grep 'gnu.org' >/dev/null; then \ echo 'XARGS:=xargs -r' >> $@; \