From: Michael Tremer Date: Sun, 30 Apr 2017 11:12:41 +0000 (+0100) Subject: make.sh: Show architecture we are building for X-Git-Tag: v2.19-core112~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deb99a74d30d4bcb69abf02265ce2dd4db65bf14;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Show architecture we are building for Signed-off-by: Michael Tremer --- 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