public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Cosmetic fix for 'make-functions'-output
@ 2017-06-05 13:24 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2017-06-05 13:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

'$LAST_STAGE_TIME'-output got overwritten by the following 'version/options/time/status'-line.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)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"
 			;;
-- 
2.13.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-05 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 13:24 [PATCH] Cosmetic fix for 'make-functions'-output Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox