]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/commitdiff
Cosmetic fix for 'make-functions'-output
authorMatthias Fischer <matthias.fischer@ipfire.org>
Mon, 5 Jun 2017 13:24:55 +0000 (15:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jun 2017 08:53:50 +0000 (09:53 +0100)
'$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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/make-functions

index 8e40163fcddc688ff811d26475109392108bf2f4..508f5f21eed358d1dad239165270eb9668a49fc8 100644 (file)
@@ -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"
                        ;;