• 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
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...