[CRIU] [PATCH 2/4] make: drop syscalls_lib from criu - it's in compel now
Dmitry Safonov
dsafonov at virtuozzo.com
Tue Nov 22 03:42:18 PST 2016
Libcompel is now responsible for system calls - criu already depends
on building of compel, this code is commented-out... Drop it!
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
criu/Makefile | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/criu/Makefile b/criu/Makefile
index 21bc63e0e3c6..7dd85fa4b4f6 100644
--- a/criu/Makefile
+++ b/criu/Makefile
@@ -34,22 +34,10 @@ include $(__nmk_dir)msg.mk
# Needed libraries checks
include $(SRC_DIR)/criu/Makefile.packages
-##
-## System calls library.
-#ifeq ($(ARCH),x86)
-## Do not need 32-bit compatible syscall lib compiled in criu
-#SYSCALL-LIB := $(ARCH_DIR)/syscalls-64.built-in.o
-#else
-#SYSCALL-LIB := $(ARCH_DIR)/syscalls.built-in.o
-#endif
-#syscalls_lib:
-# $(Q) $(MAKE) $(call build-as,Makefile.syscalls,$(ARCH_DIR)) all
-.PHONY: syscalls_lib
-
#
# Architecture dependent part.
ARCH-LIB := $(ARCH_DIR)/crtools.built-in.o
-$(ARCH-LIB): syscalls_lib
+$(ARCH-LIB):
$(Q) $(MAKE) $(build)=$(ARCH_DIR) all
#
--
2.10.2
More information about the CRIU
mailing list