• Kir Kolyshkin's avatar
    criu Makefiles: rm old compel leftovers · 67b7c98e
    Kir Kolyshkin authored
    As compel is an external tool now, let's treat it as such -- remove the
    hardcoded paths to compel files, they are now provided via compel CLI.
    
    Details:
    
    1. The compel std plugin dependency is dropped from the intermediate
    criu/Makefile. It was there in order to make sure plugin is built before
    pie, but the top level Makefile and Makefile.compel take care about it.
    
    2. The compel std plugin logic is simplified in criu/pie/Makefile.
    
    3. The compel linker script dependency is kept as-is for now (except
    the linker script file name no longer appears in the list of objects
    to link).
    
    4. Linking of compel std plugin is moved to a second linking stage
    in order to simplify the Makefile.
    
    Side note: we can actually avoid running the linker twice!
    
    5. The compel binary dependency is dropped from criu/pie/Makefile
    as this is already there in top-level Makefile (look for criu-deps).
    
    [v2: reworked after dsafonov@ comments; keep most compel deps]
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Reviewed-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    67b7c98e
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...