From 84a1f4e26139090b31e427904263a9b8347c3a2a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 13 Mar 2009 17:22:53 +0000 Subject: [PATCH] this commit should fix Ticket #122 (proper log files for all builds) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4003 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/abuild/abuild b/util/abuild/abuild index fe8f8fd031..b8e288f192 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -234,6 +234,9 @@ function create_builddir if [ $? -eq 0 ]; then printf "ok\n" xml " ok" + xml " " + xmlfile $build_dir/config.log + xml " " xml "" return 0 else @@ -276,6 +279,9 @@ function compile_target if [ $ret -eq 0 ]; then xml " ok" xml " ${duration}s" + xml " " + xmlfile make.log + xml " " printf "ok\n" > compile.status printf "ok. (took ${duration}s)\n" cd $CURR