moveconfig: Print a message for missing compiler
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 19 May 2015 18:21:23 +0000 (13:21 -0500)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 26 May 2015 23:39:16 +0000 (08:39 +0900)
commit25400090b1e20b4c98d72f3e427257435c9c0b91
tree981f76b39547473d63519d35246f9000d853a01b
parent2559cd89613e3756288e25642f89e9896083b42a
moveconfig: Print a message for missing compiler

A common case for failed builds is a missing compiler. Print a message
for that case to tell the user concisely which compiler was expected
that was not found.

This patch also has the effect of not printing build errors any longer.
The next patch will add a switch to optionally bring that back.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/moveconfig.py