MAKEALL: Add options for incremental building
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 30 Oct 2012 15:55:21 +0000 (15:55 +0000)
committerTom Rini <trini@ti.com>
Thu, 6 Dec 2012 18:23:00 +0000 (11:23 -0700)
commit0851020479c8e5180f4a4a26856195e141acd63c
tree8e5a53f942e6f64449a43ddee192c04f328bc167
parentc97d59cbda05fde3bb0544382df93a478b0f194d
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>
MAKEALL