mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 12:52:57 +00:00
build prereq: look for tar under the name "gnutar" as well
SVN-Revision: 17575
This commit is contained in:
parent
f09cdf822c
commit
fb7fa9b3fd
@ -30,6 +30,7 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
|
||||
echo "HOST_ARCH:=$$HOST_ARCH" >> $@; \
|
||||
echo "GNU_HOST_NAME:=$$GNU_HOST_NAME" >> $@; \
|
||||
TAR=`which gtar 2>/dev/null`; \
|
||||
[ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which gnutar 2>/dev/null`; \
|
||||
[ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which tar 2>/dev/null`; \
|
||||
echo "TAR:=$$TAR" >> $@; \
|
||||
FIND=`which gfind 2>/dev/null`; \
|
||||
|
Loading…
Reference in New Issue
Block a user