• Kir Kolyshkin's avatar
    compel: print errors to stderr · ee07e425
    Kir Kolyshkin authored
    After seeing a bunch of silent build failures, like this:
    
    >   GEN      criu/pie/parasite-native-blob.h
    > criu/pie/Makefile:121: recipe for target 'criu/pie/parasite-native-blob.h' failed
    
    I finally took a look at why are they silent, only to discover that
    compel prints errors to stdout, and of course its stdout is silenced
    in criu/pie/Makefile (unless you run make with V=1, in which case
    it prints tons and tons of very useful information). I am so shocked
    by this evil plan!
    
    Anyway, let's print errors to stderr like all sane programs do.
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    ee07e425
Name
Last commit
Last update
..
arch Loading commit data...
include Loading commit data...
plugins Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...