summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 91d450556..cfd4ce120 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -110,9 +110,10 @@ ${_HOST_COOKIE}:
ifeq ($(HOST_LINUX_ONLY),)
hostpackage: ${ALL_HOSTDIRS}
- touch ${_HOST_COOKIE}
+ @touch ${_HOST_COOKIE}
endif
hostclean:
- @$(CMD_TRACE) "cleaning.. "
+ @printf " ---> cleaning host package build directories and files.. "
-rm -rf ${STAGING_PKG_DIR}/stamps/${PKG_NAME}*-host ${WRKDIR}
+ @printf " done\n"