Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -390,7 +390,7 @@ ${TGTS}: .PHONY .MAKE ${_+_}@cd ${.CURDIR}; _time_tmp=$$(${mktemp_cmd}); \ ${time_cmd} -o $${_time_tmp} -p env ${_MAKE} ${.TARGET}; \ - echo ">>> Time spent on target ${.TARGET}: $$(tr '\n' ' ' < $${_time_tmp})"; \ + echo ">>> Time spent on target ${.TARGET}: $$(tr '\n' ' ' < $${_time_tmp})" >&2; \ rm -f $${_time_tmp} # The historic default "all" target creates files which may cause stale