commit | 76c1754041be64a1af3245ea3ffa8a1e2a666731 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue Oct 30 15:55:21 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Thu Dec 06 11:23:00 2012 -0700 |
tree | 8e5a53f942e6f64449a43ddee192c04f328bc167 | |
parent | 1a268c2562fa5a65fbd7b127e1cb5b35945334e9 [diff] |
MAKEALL: Add options for incremental building --continue will allow you to <ctrl-c> 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 <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>