summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-26 19:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-26 19:12:00 +0100
commit49a2312ba19ddcd7fecc1ac8177cd1ae1346c4cc (patch)
tree1d9dc20e6d2b987158addd0da286f044eb1d1aee /mk/host-bottom.mk
parent1e14d6284640f07c21d837091c7f87323209b317 (diff)
parent9e358d94cc283c8022091e67fe3ca0580301a62a (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