• Kir Kolyshkin's avatar
    lib Makefiles: integrate · 2a9d9c66
    Kir Kolyshkin authored
    Our whole system of Makefiles are integrated from top to bottom,
    meaning:
    
     1. The paths in sub-makefiles are relative to the top source dir.
     2. Sub-makefiles are executed via make $(build)=<SUBDIR> <TARGET>
    
    For some reason, makefiles under lib/ are the exclusion. Let's fix it.
    
    Side effect: you can now build any individual target under lib/,
    for example, "make lib/c/libcriu.so" works.
    
    [v2: use the .FORCE, thanks to dsafonov@]
    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>
    2a9d9c66
Name
Last commit
Last update
..
c Loading commit data...
py Loading commit data...
Makefile Loading commit data...