Re: [U-Boot] [PATCH 2/2] MAKEALL: Add options for incremental building

2012-12-07 Thread Tom Rini
On Tue, Oct 30, 2012 at 08:55:21PM -0500, Joe Hershberger wrote: > --continue will allow you to the MAKEALL and pick up where > you left off. > > --rebuild-errors will allow you to rebuild only those boards which > had trouble on the last run of MAKEALL, allowing you to quickly test > a simple f

Re: [U-Boot] [PATCH 2/2] MAKEALL: Add options for incremental building

2012-10-31 Thread Simon Glass
On Tue, Oct 30, 2012 at 6:55 PM, Joe Hershberger wrote: > --continue will allow you to the MAKEALL and pick up where > you left off. > > --rebuild-errors will allow you to rebuild only those boards which > had trouble on the last run of MAKEALL, allowing you to quickly test > a simple fix on just

[U-Boot] [PATCH 2/2] MAKEALL: Add options for incremental building

2012-10-30 Thread Joe Hershberger
--continue will allow you to the MAKEALL and pick up where you left off. --rebuild-errors will allow you to rebuild only those boards which had trouble on the last run of MAKEALL, allowing you to quickly test a simple fix on just those boards. Signed-off-by: Joe Hershberger --- MAKEALL | 41 ++