summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-26 17:43:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-26 17:43:57 +0100
commit9b69269c78ddc3411482c6ecac91bb9c7faff996 (patch)
treea7cca6bc0f998c715f79157e2801df6b7e913c9e /mk/host-bottom.mk
parentb921ce431d9cea2420fb3a14080e1ca386387dff (diff)
parentd8b9dfc2b0e223f4d63850f173775a8bd0931d84 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 4b75a3f42..23d5652ba 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -96,14 +96,14 @@ endif
exec ${MAKE} host-extract $(MAKE_TRACE)
mkdir -p ${HOST_WRKINST}
# avoid rebuild
- touch ${_HOST_CONFIGURE_COOKIE}
- touch ${_HOST_BUILD_COOKIE}
- touch $@
+ @touch ${_HOST_CONFIGURE_COOKIE}
+ @touch ${_HOST_BUILD_COOKIE}
+ @touch $@
${_HOST_COOKIE}:
exec ${MAKE} hostpackage
ifeq ($(HOST_LINUX_ONLY),)
hostpackage: ${ALL_HOSTDIRS}
- touch ${_HOST_COOKIE}
+ @touch ${_HOST_COOKIE}
endif