diff options
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r-- | mk/host-bottom.mk | 8 |
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 |