[CRIU] [PATCH 0/2] compel: Add make install

Cyrill Gorcunov gorcunov at openvz.org
Sat Nov 12 06:10:31 PST 2016


We need it to ship compel libs and headers. These changes are living
in libcompel-install branch. Note if installed one still have to
add -iquote to topleve include/ directory because our uapi headers
are referring to them.

Moreover I think I'll rework uapi generation because it's a mess
right now, instead I think we should do as I did early (these
changes were not been sent anywhere) -- prepare uapi via special
target in make and thus our compel/uapi/ directory won't ever carry
any symlinks.

The changes are on top of

	[PATCH 00/11] compel: Move daemon head into std module

series I sent yesterday (Stas, you may simply fetch libcompel-install branch).

Cyrill Gorcunov (2):
  criu: install -- Make INCLUDEDIR not carry criu directory
  compel: Add installation

 Makefile.compel         | 13 ++++++++++---
 Makefile.install        | 11 +++++++++--
 compel/Makefile         | 32 +++++++++++++++++++++++++++++++-
 compel/plugins/Makefile | 26 ++++++++++++++++++++++++++
 criu/Makefile           |  6 +++---
 lib/Makefile            |  8 ++++----
 6 files changed, 83 insertions(+), 13 deletions(-)

-- 
2.7.4



More information about the CRIU mailing list