]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:12 +0000 (14:34 +0200)
commite26bb209ebeb3689320d19090cbf6b0930eb3b08
tree1be2285b7b30975f5d8f6f805a01408e6fa764f8
parentb2c4a691efe3aef9bb8ae531587a7131329bec9d
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