• Stefan Tauner's avatar
    Make make errors more less flashily · 3f73ffec
    Stefan Tauner authored
    
    Previously we have hid almost all error messages from called tools like
    pkg-config or the compiler in the "configure" step. Only exceptions were
    the library checks because Carl-Daniel felt it improved usability in
    case of missing headers etc.
    
    However, this makes the output of the makefile less readable and in
    the case of pkg-config fallbacks the error messages are actually
    expected. Instead of throwing a part of the detailed stderr outputs
    of the tools into the face of the users and completely hiding
    others, write all of them into a separate log file instead.
    
    Corresponding to flashrom svn r1911.
    Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
    Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
    3f73ffec
Makefile 34.9 KB