Browse Source

- rename host-preqs => host-tools

master
vanhofen 4 years ago
parent
commit
e9e7724c89
  1. 2
      make/bootstrap.mk
  2. 4
      make/host-tools.mk

2
make/bootstrap.mk

@ -11,7 +11,7 @@ BOOTSTRAP += $(BUILD_DIR)
BOOTSTRAP += $(STAGING_DIR)
BOOTSTRAP += $(IMAGE_DIR)
BOOTSTRAP += $(UPDATE_DIR)
BOOTSTRAP += host-preqs
BOOTSTRAP += host-tools
# target related
BOOTSTRAP += libs-static

4
make/host-tools.mk

@ -10,7 +10,7 @@ $(HOST_DIR):
# -----------------------------------------------------------------------------
host-preqs: $(HOST_DIR) \
host-tools: $(HOST_DIR) \
host-pkg-config \
$(PKG_CONFIG) \
host-mtd-utils \
@ -381,6 +381,6 @@ host-ccache: find-ccache $(CCACHE) | $(HOST_DIR)
# -----------------------------------------------------------------------------
PHONY += host-preqs
PHONY += host-tools
PHONY += pkg-config-preqs
PHONY += host-ccache

Loading…
Cancel
Save