mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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: Dmitry Safonov <dima@arista.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
3d5ee99974
commit
c2876c2f25
1 changed files with 0 additions and 2 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue