Commit c2876c2f authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

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 <gorcunov@openvz.org>
Signed-off-by: 's avatarDmitry Safonov <dima@arista.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 3d5ee999
......@@ -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>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment