From 50b5b2b4ee7e75c5a01bbb9cd03fd51b765f2d22 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Dec 2009 10:20:15 +0000 Subject: - speed up board comparison by only building abuild configs, not the whole target. - use a template for mktemp (fixes OSX error) - convert all numbers to hex to make comparison easier. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4982 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/kbuildall/kbuildall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/kbuildall') diff --git a/util/kbuildall/kbuildall b/util/kbuildall/kbuildall index 3f2d7b4b0b..3d16950866 100755 --- a/util/kbuildall/kbuildall +++ b/util/kbuildall/kbuildall @@ -61,7 +61,7 @@ for dir in $ALLTARGETS; do result=`$MAKE > $TARGETDIR/$name.buildcoreboot.log 2>&1 && echo ok || echo fail` echo "$result." if [ "$result" = "ok" ]; then - util/abuild/abuild -t $dir + util/abuild/abuild -C -t $dir sh util/compareboard/compareboard $dir | tee $TARGETDIR/$name.variables.txt fi echo "$dir $result" >> $TARGETDIR/_overview.txt -- cgit v1.2.3