• Dmitry Safonov's avatar
    make: Don't set $(MAKEFLAGS) · f54942c6
    Dmitry Safonov authored
    We shouldn't set MAKEFLAGS by the following reasons:
    1. User may want to specify some make parameter (e.g., `-d` for debug)
    2. We lose parallel build. No `-j` is passed to submake and it looks
       like, gnu/make will not deal with parallel recursive make if
       $(MAKEFLAGS) is unset back.
       Easy to verify: Add `sleep 3` to build rule in Makefile.inc and
       you'll find only one sleep process at a time. After the patch
       if you specify say `-j5` to make - you'll have 5 sleep processes.
    
    Reverts: commit e9beed7b ("build: zdtm -- Add implicit rules into
    zdtm building").
    
    Cc: Cyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarDmitry Safonov <dima@arista.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    f54942c6
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...