[CRIU] [PATCH 1/3] nmk: Don't redefine MAKEFLAGS

Dmitry Safonov dima at arista.com
Thu Apr 19 06:22:53 MSK 2018


$(MAKEFLAGS) already contains -r -R and --no-print-directory: those
flags are being added in include.mk.. which is included two lines above.
There is no comment and I see no big sense in erasing $(MAKEFLAGS),
rather than adding those flags. So I considered this as a typo.

Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dima at arista.com>
---
 scripts/nmk/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/nmk/Makefile b/scripts/nmk/Makefile
index baab57b94a6c..ba4aca88cb16 100644
--- a/scripts/nmk/Makefile
+++ b/scripts/nmk/Makefile
@@ -3,8 +3,6 @@ export __nmk_dir
 
 include $(__nmk_dir)include.mk
 
-MAKEFLAGS := -r -R --no-print-directory
-
 help:
 	@echo '    Targets:'
 	@echo '      install dir=<dir>  - Install scripts into directory <dir>'
-- 
2.13.6



More information about the CRIU mailing list