[U-Boot] [PATCH] MAKEALL: Add summary information
Mike Frysinger
vapier at gentoo.org
Sat Sep 19 01:35:40 CEST 2009
On Friday 18 September 2009 18:36:54 Peter Tyser wrote:
> +TOTAL_CNT=0
> + TOTAL_CNT=`expr ${TOTAL_CNT} + 1`
do you have an aversion to using POSIX math ?
: $((TOTAL_CNT += 1))
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090918/4aa05ef6/attachment.pgp
More information about the U-Boot
mailing list