[CRIU] [PATCH 1/7] make: drop config.h dependency on feature-tests.mak

Dmitry Safonov dsafonov at virtuozzo.com
Fri Jul 15 05:17:53 PDT 2016


feature-tests.mak is not generated, if someone deletes it
accidentally - `include ../scripts/feature-tests.mak` will
shout at him.

Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
 criu/Makefile.config | 1 -
 1 file changed, 1 deletion(-)

diff --git a/criu/Makefile.config b/criu/Makefile.config
index 15af65f28f6b..236ace5197aa 100644
--- a/criu/Makefile.config
+++ b/criu/Makefile.config
@@ -47,6 +47,5 @@ endef
 
 $(eval $(config-header-rule))
 
-$(CONFIG_HEADER): ../scripts/feature-tests.mak
 config: $(CONFIG_HEADER)
 .PHONY: config
-- 
2.9.0



More information about the CRIU mailing list