mk: print target when reporting build complete
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 2 Jul 2015 10:35:37 +0000 (11:35 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 2 Jul 2015 11:46:19 +0000 (13:46 +0200)
commitb283164694b6ed18be1856b949e91a80371e44d4
tree6d12c94bffe62b862f5b1934809db5a6f35971b2
parent75acd57ad0251fac8ec6d291a8e566a704418d54
mk: print target when reporting build complete

When a target is finished building, it reports just "Build complete".
When building multiple targets simultaneously, e.g.
make install T=x86_64-native-linuxapp-*
and one target fails, it's not always obvious which of the builds
failed. To help this, we add the actual target that is completed to the
"Build complete" message.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
mk/rte.sdkbuild.mk