[CRIU] [PATCH 12/24] Makefile.compel: rm fds plugin

Kir Kolyshkin kir at openvz.org
Sat Dec 17 03:22:05 PST 2016


As of commit 3c16dc5 ("compel: plugins -- Merge fds plugin into std")
fds plugin is no more. Remove this leftover.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Makefile.compel | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile.compel b/Makefile.compel
index 43d3255..ca50a58 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -62,9 +62,6 @@ compel/plugins/std.built-in.o: $(compel-deps) .FORCE
 compel/plugins/shmem.built-in.o: $(compel-deps) .FORCE
 	$(Q) $(MAKE) $(build)=compel/plugins $@
 
-compel/plugins/fds.built-in.o: $(compel-deps) .FORCE
-	$(Q) $(MAKE) $(build)=compel/plugins $@
-
 compel/compel: compel/built-in.o compel/$(LIBCOMPEL_A) | $(compel-deps)
 	$(call msg-link, $@)
 	$(Q) $(CC) $(CFLAGS) $^ $(WRAPFLAGS) $(LDFLAGS) -rdynamic -o $@
-- 
2.7.4



More information about the CRIU mailing list