[U-Boot] [PATCH v3] MAKEALL: Add summary information

Wolfgang Denk wd at denx.de
Mon Sep 21 00:09:47 CEST 2009


Dear Peter Tyser,

In message <1253317683-2831-1-git-send-email-ptyser at xes-inc.com> you wrote:
>
>  if [ "$BUILD_NCPUS" -gt 1 ]
>  then
> -	JOBS=-j`expr "$BUILD_NCPUS" + 1`
> +	JOBS="-j $(($BUILD_NCPUS + 1))"
>  else
>  	JOBS=""
>  fi

This is an unrelated change. I would not include it with this patch.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If all you have is a hammer, everything looks like a nail.


More information about the U-Boot mailing list