From deb99a74d30d4bcb69abf02265ce2dd4db65bf14 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Apr 2017 12:12:41 +0100 Subject: [PATCH] make.sh: Show architecture we are building for Signed-off-by: Michael Tremer --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index 356162fab2..62f16642ff 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -223,7 +223,7 @@ beautify() LAST_STAGE_TIME=$[ `date +%s` - $STAGE_TIME_START ] fi STAGE_TIME_START=`date +%s` - echo -ne "${BOLD}*** ${MESSAGE}${NORMAL}" + echo -ne "${BOLD}*** (${BUILD_ARCH}) ${MESSAGE}${NORMAL}" if [ "$LAST_STAGE_TIME" ]; then echo -ne "${DONE} (Last stage took $LAST_STAGE_TIME secs)${NORMAL}" fi -- 2.39.2