]> git.ipfire.org Git - people/ms/u-boot.git/commit - MAKEALL
MAKEALL: Don't try to print size when ./u-boot is deleted
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 11 Mar 2015 23:47:33 +0000 (18:47 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 15 Mar 2015 18:31:06 +0000 (14:31 -0400)
commite71796a70a6c03829e7a666efb4e9770da875af6
tree402ac6ed36f69acf94536e988085e4c47ede4b2c
parent3bde6888c0d74d716af7381c2ad9faee77aaec8f
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>
MAKEALL