summaryrefslogtreecommitdiff
path: root/mk/host.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-31 08:12:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-31 08:12:09 +0200
commite81e05c453686b0aed5799fa52e398a07f43a4f9 (patch)
tree77b2af2a25cfc7eafb4f8633d862dc4df9b60331 /mk/host.mk
parent712a7998a6e64638154c2cc3b3262b0881ca0138 (diff)
use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checks
Diffstat (limited to 'mk/host.mk')
-rw-r--r--mk/host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/host.mk b/mk/host.mk
index 8d3e7d74e..88f8d2e01 100644
--- a/mk/host.mk
+++ b/mk/host.mk
@@ -3,7 +3,7 @@
# This is where all package operation is done in
ifneq (,$(findstring host,$(MAKECMDGOALS)))
-WRKDIR?= ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}-host
+WRKDIR?= ${HOST_BUILD_DIR}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}-host
endif
HOST_CONFIGURE_ENV+= AUTOM4TE=${STAGING_HOST_DIR}/usr/bin/autom4te \