[CRIU] [PATCH 1/2] build: Makefile.config -- make CONFIG_FILE variable being immediate

Cyrill Gorcunov gorcunov at openvz.org
Thu Jan 12 05:33:12 PST 2017


Looks like a typo in first place. No need for expanding here.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.config b/Makefile.config
index e0d49d2ffcae..4e52e0c44962 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -14,7 +14,7 @@ endif
 
 export LIBS += $(LIBS_FEATURES)
 
-CONFIG_FILE = $(SRC_DIR)/.config
+CONFIG_FILE := $(SRC_DIR)/.config
 
 $(CONFIG_FILE):
 	touch $(CONFIG_FILE)
-- 
2.7.4



More information about the CRIU mailing list