Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2013-05-23 13:34:50 +0400
committerPavel Emelyanov <xemul@parallels.com>2013-05-23 15:12:56 +0400
commitfc7c13ded015f4bd85ad9f2005c1dd29b9858ab6 (patch)
treeef8f4d40babaa539cccf52a64b57ef7fc4fc3b3d /Makefile.config
parent88b13cffbe202bf5e0ce5fc5ed91b689de79970c (diff)
make: config -- Add test for prlimit call
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index dd3c2bab8..8f81bbcdd 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -10,6 +10,9 @@ $(CONFIG): scripts/utilities.mak scripts/feature-tests.mak
ifeq ($(call try-cc,$(TCP_REPAIR_TEST),,),y)
$(Q) @echo '#define CONFIG_HAS_TCP_REPAIR' >> $@
endif
+ifeq ($(call try-cc,$(PRLIMIT_TEST),,),y)
+ $(Q) @echo '#define CONFIG_HAS_PRLIMIT' >> $@
+endif
$(Q) @echo '#endif /* __CR_CONFIG_H__ */' >> $@
config: $(CONFIG)