• Kir Kolyshkin's avatar
    test/zdtm/lib/Makefile: fix · 04db5336
    Kir Kolyshkin authored
    When optimizing our Travis runs, I noticed that test/zdtm/lib is built 3
    times in a row -- first time the binaries, 2nd and 3rd time the deps,
    in parallel (sic!).
    
    I took a look at Makefile and found this, and some more problems,
    like:
    
     - dependencies are generated but not included
     - cleandep does not depend on clean
     - groups.c dependencies are not generated (or used)
     - "make all" does not make groups binary
     - overcomplicated and unused groups.{pid,out,cleanout} targets
     - extra -f flag to rm
     - etc.
    
    This patch (hopefully) fixes all of the above. In addition, it provides
    a few enhancements:
     - enables "silent make" rules, so now lib/ is in line with the rest of zdtm
     - adds "dep" target (not used, just for convenience)
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    04db5336
Name
Last commit
Last update
..
compel Loading commit data...
inhfd Loading commit data...
jenkins Loading commit data...
others Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
abrt.sh Loading commit data...
check_actions.py Loading commit data...
crit-recode.py Loading commit data...
criu.py Loading commit data...
empty-netns-prep.sh Loading commit data...
groups.desc Loading commit data...
inhfd.desc Loading commit data...
rpc_pb2.py Loading commit data...
show_action.sh Loading commit data...
umount2.c Loading commit data...
zdtm.desc Loading commit data...
zdtm.py Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...