]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - tools/make-functions
make.sh: Show architecture we are building for
[ipfire-2.x.git] / tools / make-functions
index 356162fab2b99d842499fc89a8df65f92674700a..62f16642ffb30c158271507d206599b09daf7d36 100644 (file)
@@ -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