• Kir Kolyshkin's avatar
    Makefiles: protect from % rules, don't rebuild · ab90777c
    Kir Kolyshkin authored
    GNU make tries to rebuild any makefiles it uses. While in general it's
    a good idea (and it is used e.g. in autoconf-based builds), in our case
    it is not necessary, as all the makefiles are static.
    
    More to say, as we have a few "match anything" rules for subdirectories,
    Makefiles in these subdirs are also matching these rules, which leads to
    excessive (re)building while a particular makefile is needed.
    
    Protect such Makefiles with explicit (or pattern) rules, so make knows
    it should do nothing to rebuild those.
    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>
    ab90777c
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...