[U-Boot-Users] MAKEALL patch

Michal Simek monstr at seznam.cz
Sun Aug 5 15:12:07 CEST 2007


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
 }
  





More information about the U-Boot mailing list