mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
build: get rid of vestigial Makefile.config test
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@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
96e0d14283
commit
8d16fe6da9
@ -35,9 +35,6 @@ endif
|
|||||||
ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y)
|
ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y)
|
||||||
$(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@
|
$(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@
|
||||||
endif
|
endif
|
||||||
ifeq ($(call try-cc,$(PTRACE_SUSPEND_SECCOMP_TEST),),y)
|
|
||||||
$(Q) @echo '#define CONFIG_HAS_SUSPEND_SECCOMP' >> $@
|
|
||||||
endif
|
|
||||||
ifeq ($(VDSO),y)
|
ifeq ($(VDSO),y)
|
||||||
$(Q) @echo '#define CONFIG_VDSO' >> $@
|
$(Q) @echo '#define CONFIG_VDSO' >> $@
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user