[coreboot] [v2] r4667 - trunk/coreboot-v2/util/kbuildall

svn at coreboot.org svn at coreboot.org
Thu Sep 24 11:28:42 CEST 2009


Author: oxygene
Date: 2009-09-24 11:28:41 +0200 (Thu, 24 Sep 2009)
New Revision: 4667

Modified:
   trunk/coreboot-v2/util/kbuildall/kbuildall
Log:
Trivial fix for kbuildall: initialize "i", not CURRENTARGET [sic]
that isn't used anywhere.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>


Modified: trunk/coreboot-v2/util/kbuildall/kbuildall
===================================================================
--- trunk/coreboot-v2/util/kbuildall/kbuildall	2009-09-24 09:03:06 UTC (rev 4666)
+++ trunk/coreboot-v2/util/kbuildall/kbuildall	2009-09-24 09:28:41 UTC (rev 4667)
@@ -47,7 +47,7 @@
 	rm -rf $TARGETDIR
 fi
 mkdir -p $TARGETDIR
-CURRENTARGET=0
+i=0
 for dir in $ALLTARGETS; do
 	i=`expr $i + 1`
 	if [ ! -f src/mainboard/$dir/Kconfig ]; then





More information about the coreboot mailing list