check-host-tar.mk 130 B

123456
  1. TAR ?= tar
  2. ifeq (,$(call suitable-host-package,tar,$(TAR)))
  3. DEPENDENCIES_HOST_PREREQ += host-tar
  4. TAR = $(HOST_DIR)/bin/tar
  5. endif