]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
make.sh: Show architecture we are building for
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Apr 2017 11:12:41 +0000 (12:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 May 2017 09:15:56 +0000 (10:15 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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