[CRIU] [PATCH 0/6] Makefiles fixes

Kir Kolyshkin kir at openvz.org
Sun Feb 19 19:13:54 PST 2017


The centerpiece of this is making Makefiles in lib/ work the same way
as all the others do. Around it are some nice cleanups and fixes.

The work is in by no means complete, meaning there are more knots to
untie, but this series is good enough to be merged IMHO. Once I'll have
another slow weekend with time to spare, I'll give it another shot.

Kir Kolyshkin (6):
  criu/pie/Makefile: rm old compel leftovers
  lib Makefiles: integrate
  Makefile.install: fix uninstall target
  nmk: return --no-print-directory
  Makefiles: nuke $(SRC_DIR)
  Makefiles: get rid of extra includes

 Makefile                       | 19 ++++++---------
 Makefile.compel                |  4 +--
 Makefile.config                |  6 ++---
 Makefile.install               |  6 ++---
 compel/Makefile                |  2 +-
 compel/plugins/Makefile        |  2 +-
 criu/Makefile                  | 21 ++++++++--------
 criu/Makefile.crtools          |  2 +-
 criu/Makefile.packages         |  3 +++
 criu/arch/aarch64/Makefile     |  5 ++--
 criu/arch/arm/Makefile         |  5 ++--
 criu/arch/ppc64/Makefile       |  4 +--
 criu/arch/x86/Makefile         |  4 +--
 criu/pie/Makefile              | 17 +++----------
 criu/pie/Makefile.library      |  3 ---
 lib/Makefile                   | 55 ++++++++++++++++++++----------------------
 lib/c/Makefile                 |  8 +++---
 lib/py/Makefile                | 21 ++++++++++------
 lib/py/images/Makefile         | 23 +++++++++---------
 scripts/crit-setup.py          |  4 +--
 scripts/nmk/scripts/include.mk |  2 +-
 21 files changed, 99 insertions(+), 117 deletions(-)

-- 
2.9.3



More information about the CRIU mailing list