commit | 2e26ec1a51a3c52da7917c565d2b2a79285e481b | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed Mar 11 18:47:33 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 15 14:31:06 2015 -0400 |
tree | 402ac6ed36f69acf94536e988085e4c47ede4b2c | |
parent | a0175c2db068fa13c0520e7fe3c36a742fe24fd1 [diff] |
MAKEALL: Don't try to print size when ./u-boot is deleted In the case of BUILD_NBUILDS > 1, MAKEALL would try to print the size immediately after the u-boot binary is deleted by the call to: make -s clean Move the size print to before the clean Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>