2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

build: lib-py -- Fix building missing rpc module

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2016-02-19 19:29:00 +03:00
committed by Pavel Emelyanov
parent e6cc90bf73
commit d469c5f865

View File

@@ -22,7 +22,7 @@ PHONY += lib-c
# Python bindings.
lib-py:
$(call msg-gen, $@)
$(Q) $(MAKE) -C py/images all
$(Q) $(MAKE) -C py all
PHONY += lib-py
clean:
@@ -31,7 +31,7 @@ clean:
$(Q) $(RM) c/$(CRIU_SO)
$(Q) $(RM) c/criu.pc
$(call msg-clean, lib-py)
$(Q) $(MAKE) -C py/images $@
$(Q) $(MAKE) -C py $@
all: $(PHONY)
@true