[CRIU] [PATCH 0/2] Makefiles: fix deps checking

Kir Kolyshkin kir at openvz.org
Sat Jan 7 15:52:48 PST 2017


A big problem with using sub-makes is the dependency information
is only available to a sub-make, so if we want deps to be checked
when we run make (a natural thing to do, isn't it?), we need to
call all the sub-makes unconditionally.

I am not sure if a better alternative exist.

PS there is the same problem with lib/c/* but I was not able to fix it
in such a simple way as these two cases, so "leaving it as an exercise
to the reader".

Kir Kolyshkin (2):
  criu/Makefile: fix rebuilding criu/pie/pie.lib.a
  criu/Makefile: fix criu/arch/* rebuild

 criu/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.9.3



More information about the CRIU mailing list