X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=tools%2Fmake-functions;fp=tools%2Fmake-functions;h=62f16642ffb30c158271507d206599b09daf7d36;hp=356162fab2b99d842499fc89a8df65f92674700a;hb=deb99a74d30d4bcb69abf02265ce2dd4db65bf14;hpb=0ff77cf478fcbd098eba4df40eacf09711415f8c 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