• Kir Kolyshkin's avatar
    compel hgen: drop -u option · 7cd6ad5e
    Kir Kolyshkin authored
    This -u option always looked wrong to me, I mean, how the hell a user
    is supposed to know where the hell those headers are? It took quite
    a while to figure out what to do with it, but the end result is --
    this option is not needed at all and can easily be dropped.
    
    For finding paths to includes, there is a -I compiler option,
    there's no need to specify something to compel.
    
    In fact, it should know by itself where its own headers are kept
    (and emit -I... to cflags if needed), but that's another story
    which is to be told when we'll decide to pack compel as a standalone
    tool. For now, just add "#include <compel/compel.h>" and be done.
    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>
    7cd6ad5e
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...