Dear Peter Tyser,

In message <1253317683-2831-1-git-send-email-pty...@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: w...@denx.de
If all you have is a hammer, everything looks like a nail.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to