commit | 031621bbbafc7b506025d919103f3cc26444f75f | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Mon Jun 26 10:54:52 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Mon Jun 26 10:54:52 2006 +0200 |
tree | 4751f225cdf5b3b17474a612ae4cee41cc755328 | |
parent | 7c264ca206e4923b2e5b4314ab0c6faf07a6b4b4 [diff] [blame] |
Cleanup trab board for GCC-4.x
diff --git a/MAKEALL b/MAKEALL index 804ea12..f110b2e 100755 --- a/MAKEALL +++ b/MAKEALL
@@ -301,7 +301,7 @@ ${MAKE} distclean >/dev/null ${MAKE} ${target}_config ${MAKE} ${JOBS} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR -# ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG + ${CROSS_COMPILE:-ppc_8xx-}size u-boot | tee -a LOG/$target.MAKELOG } #-----------------------------------------------------------------------