• Kir Kolyshkin's avatar
    test/zdtm: unify common code · 50d79911
    Kir Kolyshkin authored
    This commit expands the success with lib/Makefile to the rest of
    ztdm/Makefiles. In particular, it moves the common part to Makefile.inc
    and let {lib,static,transition}/Makefile use it.
    
    This results in:
     - dependencies being handled properly;
     - reduction of makefiles length due to unification;
     - possibly more proper dependencies and builds.
    
    While at it, let's also:
     - make rules for criu-rtc.so silent;
     - set default CC=gcc;
     - remove duplicate -m32 from CFLAGS.
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    50d79911
Name
Last commit
Last update
..
Makefile Loading commit data...
epoll.c Loading commit data...
fifo_dyn.c Loading commit data...
fifo_dyn.desc Loading commit data...
fifo_loop.c Loading commit data...
file_aio.c Loading commit data...
file_read.c Loading commit data...
fork.c Loading commit data...
fork2.c Loading commit data...
ipc.c Loading commit data...
ipc.desc Loading commit data...
maps007.c Loading commit data...
maps007.desc Loading commit data...
maps008.c Loading commit data...
maps008.desc Loading commit data...
netlink00.c Loading commit data...
netlink00.desc Loading commit data...
pipe_loop00.c Loading commit data...
pipe_shared00.c Loading commit data...
ptrace.c Loading commit data...
ptrace.desc Loading commit data...
shmem.c Loading commit data...
socket-tcp.c Loading commit data...
socket-tcp.desc Loading commit data...
socket-tcp6.c Loading commit data...
socket-tcp6.desc Loading commit data...
socket_loop00.c Loading commit data...
thread-bomb.c Loading commit data...
thread-bomb.desc Loading commit data...
unix_sock.c Loading commit data...