[dpdk-dev] [PATCH] mk: print target when reporting build complete

2015-07-02 Thread Thomas Monjalon
2015-07-02 11:35, Bruce Richardson: > 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 thi

[dpdk-dev] [PATCH] mk: print target when reporting build complete

2015-07-02 Thread Bruce Richardson
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 complete