[CRIU] [PATCH 1/3] build: nmk -- Add .FORCE target

Cyrill Gorcunov gorcunov at openvz.org
Sun Oct 22 01:16:04 MSK 2017


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

diff --git a/scripts/nmk/Makefile b/scripts/nmk/Makefile
index f05e5c5c8b7e..ab1aa2255bc3 100644
--- a/scripts/nmk/Makefile
+++ b/scripts/nmk/Makefile
@@ -5,7 +5,7 @@ include $(__nmk_dir)include.mk
 
 MAKEFLAGS := -r -R --no-print-directory
 
-.PHONY: all help test docs clean install
+.PHONY: all help test docs clean install .FORCE
 
 help:
 	@echo '    Targets:'
-- 
2.7.5



More information about the CRIU mailing list