[U-Boot-Users] MAKEALL patch

Wolfgang Denk wd at denx.de
Sun Aug 5 15:51:30 CEST 2007


In message <006f01c7d762$3976ead0$0500a8c0 at monstrone> you wrote:
> Corection MAKEALL script.
> 
> Signed of by: Michal Simek <monstr at monstr.eu>
> 
> 
> diff --git a/MAKEALL b/MAKEALL
> index 127faa8..2b44244 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -348,7 +348,7 @@ build_target() {
>   ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
>      | tee ${LOG_DIR}/$target.ERR
>  
> - ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
> + ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
>      | tee -a ${LOG_DIR}/$target.MAKELOG
>  }

What is the specific bug you intend to fix here?  Using  ppc_8xx-size
in  case  CROSS_COMPILE is not set is not worse than using the native
"size" command, it seems. Actually, given the fact that the  majority
supported of boards are PowerPC, it is right in most cases.

So why do you think it should be changed?

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 you're not part of the solution, you're part of the problem.




More information about the U-Boot mailing list