Commit d469c5f8 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

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

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e6cc90bf
...@@ -22,7 +22,7 @@ PHONY += lib-c ...@@ -22,7 +22,7 @@ PHONY += lib-c
# Python bindings. # Python bindings.
lib-py: lib-py:
$(call msg-gen, $@) $(call msg-gen, $@)
$(Q) $(MAKE) -C py/images all $(Q) $(MAKE) -C py all
PHONY += lib-py PHONY += lib-py
clean: clean:
...@@ -31,7 +31,7 @@ clean: ...@@ -31,7 +31,7 @@ clean:
$(Q) $(RM) c/$(CRIU_SO) $(Q) $(RM) c/$(CRIU_SO)
$(Q) $(RM) c/criu.pc $(Q) $(RM) c/criu.pc
$(call msg-clean, lib-py) $(call msg-clean, lib-py)
$(Q) $(MAKE) -C py/images $@ $(Q) $(MAKE) -C py $@
all: $(PHONY) all: $(PHONY)
@true @true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment