'$LAST_STAGE_TIME'-output got overwritten by the following 'version/options/time/status'-line.
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/make-functions b/tools/make-functions index 8e40163fc..508f5f21e 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -225,7 +225,7 @@ beautify() STAGE_TIME_START=`date +%s` echo -ne "${BOLD}*** (${BUILD_ARCH}) ${MESSAGE}${NORMAL}" if [ "$LAST_STAGE_TIME" ]; then - echo -ne "${DONE} (Last stage took $LAST_STAGE_TIME secs)${NORMAL}" + echo -ne "${DONE} (Last stage took $LAST_STAGE_TIME secs)${NORMAL}\n" fi echo -ne "${BOLD}${SET_VER_COL} version${SET_OPT_COL} options${SET_TIME_COL} time (sec)${SET_RESULT_COL} status${NORMAL}\n" ;;