summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-24 13:52:49 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-24 13:53:07 +0100
commitb13aeb6a05fc01a421a06c3d31be51421688579a (patch)
tree6653967f4f55e0081bce72e5975c50b01eee0b83 /mk/host-bottom.mk
parent98019c9df0ec570be88d62b89489ca195c383fa6 (diff)
be more quiet
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"