]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
moveconfig: Print a message for missing compiler
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 19 May 2015 18:21:23 +0000 (13:21 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:46:07 +0000 (22:46 +0200)
commit8129278c11b93d51061565394a2ea01b128c58ef
tree8812a3dc7e955b7daf492be2954e93f150cb398e
parent283ed9b343908762d8892f62c8380a059869cc57
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