summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:30:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:30:49 +0100
commit99ffeabcfc11ffb44d32583fc3d7db37f2fff9fd (patch)
tree3ed3a060ae98f2e7c01e8d2ace7f11a0e732d53d /mk
parent42600701ca5f37210581fd3989796daceef58778 (diff)
update gpsd
Diffstat (limited to 'mk')
-rw-r--r--mk/host-bottom.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index e1c3b0772..d5895133b 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -61,9 +61,11 @@ endif
host-build:
${_HOST_BUILD_COOKIE}: ${_HOST_CONFIGURE_COOKIE}
+ifneq (${HOST_STYLE},manual)
@$(CMD_TRACE) "host compiling... "
cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET} $(MAKE_TRACE)
+endif
touch $@
hostpost-install: