From c2876c2f250cd20e0d732e980a3f4e203321bfe7 Mon Sep 17 00:00:00 2001 From: Dmitry Safonov Date: Thu, 19 Apr 2018 04:22:53 +0100 Subject: [PATCH] nmk: Don't redefine MAKEFLAGS $(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 Signed-off-by: Dmitry Safonov Signed-off-by: Andrei Vagin --- scripts/nmk/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/nmk/Makefile b/scripts/nmk/Makefile index baab57b94..ba4aca88c 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= - Install scripts into directory '