diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-26 10:54:52 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-26 10:54:52 +0200 |
commit | a63c31cff5147f1eca19d884ee120005775fbffc (patch) | |
tree | 4751f225cdf5b3b17474a612ae4cee41cc755328 /MAKEALL | |
parent | f73e73ba0e422e6f79030d77286dd57becaee16f (diff) | |
download | u-boot-imx-a63c31cff5147f1eca19d884ee120005775fbffc.zip u-boot-imx-a63c31cff5147f1eca19d884ee120005775fbffc.tar.gz u-boot-imx-a63c31cff5147f1eca19d884ee120005775fbffc.tar.bz2 |
Cleanup trab board for GCC-4.x
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -301,7 +301,7 @@ build_target() { ${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 } #----------------------------------------------------------------------- |