[CRIU] [PATCH] build: get rid of vestigial Makefile.config test
Tycho Andersen
tycho.andersen at canonical.com
Wed Jul 15 06:49:43 PDT 2015
We don't use this any more (and the test was deleted in a previous patch),
so let's get rid of this too.
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
Makefile.config | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Makefile.config b/Makefile.config
index d2b5a3d..ce4b8d8 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -35,9 +35,6 @@ endif
ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y)
$(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@
endif
-ifeq ($(call try-cc,$(PTRACE_SUSPEND_SECCOMP_TEST),),y)
- $(Q) @echo '#define CONFIG_HAS_SUSPEND_SECCOMP' >> $@
-endif
ifeq ($(VDSO),y)
$(Q) @echo '#define CONFIG_VDSO' >> $@
endif
--
2.1.4
More information about the CRIU
mailing list