mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Show architecture we are building for
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user