
5 Aug
2007
5 Aug
'07
3:12 p.m.
Corection MAKEALL script.
Signed of by: Michal Simek monstr@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 }