summaryrefslogtreecommitdiff
path: root/mk/host.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-20 00:16:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-20 00:16:45 +0100
commit8d6de9990ea0098f0932f4bfe64c331b67a9a40e (patch)
tree1debd47a689c93bfd5dae1b7f234fe0120e2a99c /mk/host.mk
parentbcd130f15376964f63bd9f88c24d30ae3cb14432 (diff)
convert to HOST_STYLE auto, add hostclean target
Diffstat (limited to 'mk/host.mk')
-rw-r--r--mk/host.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/host.mk b/mk/host.mk
index ce41a7d7d..5f9539aef 100644
--- a/mk/host.mk
+++ b/mk/host.mk
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
# This is where all package operation is done in
-ifneq (,$(findstring hostpackage,$(MAKECMDGOALS)))
+ifneq (,$(findstring host,$(MAKECMDGOALS)))
WRKDIR?= ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}-host
endif
@@ -68,4 +68,4 @@ $$(HOSTDIR_$(1)): ${_HOST_PATCH_COOKIE} ${_HOST_FAKE_COOKIE}
endef
.PHONY: all hostextract hostpatch hostconfigure \
- hostbuild hostpackage hostfake
+ hostbuild hostpackage hostfake hostclean