repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
package/fbterm: fix download site
[buildroot-gz.git]
/
support
/
dependencies
/
check-host-tar.mk
blob
9840a55e28bfeb9d53fd6022e16a3c070d105dc4
1
TAR ?
=
tar
2
3
ifeq
(,$(
call suitable-host-package
,
tar
,$(
TAR
)))
4
DEPENDENCIES_HOST_PREREQ
+=
host-tar
5
TAR
= $(
HOST_DIR
)/
usr
/
bin
/
tar
6
endif