projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a0bc5
)
build prereq: look for tar under the name "gnutar" as well
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Sep 2009 10:40:04 +0000
(10:40 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Sep 2009 10:40:04 +0000
(10:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17575
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host.mk
patch
|
blob
|
history
diff --git
a/include/host.mk
b/include/host.mk
index
9d0c643
..
b93ab8d
100644
(file)
--- a/
include/host.mk
+++ b/
include/host.mk
@@
-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`; \