summaryrefslogtreecommitdiff
path: root/mk/host.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-20 08:11:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-20 08:11:54 +0100
commitad3b3242d6e6c0cd1bb4b4bdc9ca84f2be0f940f (patch)
tree72b59d4ccf77e4cce0f39df52791c3f9334a4cdb /mk/host.mk
parent5618dc67c9b25d9eea4fad7294dda30375a66e41 (diff)
parentfb3ce8f9ddf972e7eac5c2c6998c621e0100bda3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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