From 0a683fa9c710251d3f673378cab2b78ff29cc38f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 26 Jun 2006 16:51:06 +0000 Subject: create valid xmlfiles that pass xmllint git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2333 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh index 87986b21f7..d8cb23dafb 100755 --- a/util/abuild/abuild.sh +++ b/util/abuild/abuild.sh @@ -298,12 +298,7 @@ function build_target done fi - xml " " - xml " `which ${CROSS_COMPILE}gcc`" - xml " `${CROSS_COMPILE}gcc --version | head -1`" - xml " " - xml "" - + # TBD: look for suitable cross compiler suite # cross-$TARCH-gcc and cross-$TARCH-ld @@ -311,9 +306,18 @@ function build_target if [ $found_crosscompiler == "false" ]; then echo " ($TARCH: skipped, we're $ARCH)" echo + xml " notbuilt" + xml "" + xml "" + return 0 else echo " ($TARCH: ok, we're $ARCH)" + xml " " + xml " `which ${CROSS_COMPILE}gcc`" + xml " `${CROSS_COMPILE}gcc --version | head -1`" + xml " " + xml "" fi fi -- cgit v1.2.3