• Kai Germaschewski's avatar
    kbuild: Stop immediately on error · 5f044d28
    Kai Germaschewski authored
    This patch restores the previous behavior of stopping the build
    immediately on error (unless the -k option is given to make)
    
    Before this patch, we would do the echo command no matter if the
    compile failed, thus returning success always.
    
    (Jan Harkes)
    5f044d28
Rules.make 10.3 KB