From 53d6bba0ee37f88afa91f335cb8c4dd4bbcd2433 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 10 Jun 2015 12:13:22 +0200 Subject: reproducible coreboot: improve job output --- bin/reproducible_coreboot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index e0c9b7e5..eb12d5df 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -95,11 +95,11 @@ NUM_CPU=$(cat /proc/cpuinfo |grep '^processor'|wc -l) echo "=============================================================================" echo "$(date -u) - Building cross compilers for ${ARCHS} now." -echo "=============================================================================" GOT_XTOOLCHAIN=false set +e for ARCH in ${ARCHS} ; do + echo "=============================================================================" echo "$(date -u) - Building cross compiler for ${ARCH}." # taken from util/crossgcc/Makefile: nice ionice -c 3 bash util/crossgcc/buildgcc -j $NUM_CPU -p $ARCH @@ -249,6 +249,7 @@ publish_page calculate_build_duration print_out_duration irc_message "$REPRODUCIBLE_URL/coreboot/ has been updated." +echo "=============================================================================" # remove coreboot tree, we don't need it anymore... rm coreboot -r -- cgit v1.2.3-54-g00ecf