Commit 2cd78c5d authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Makefile: remove --no-print-directory

1 The comment before MAKEFLAGS assignment (see commit 25e8cb5c) talks
about -r (and possibly -R) flags and has nothing to do with
--no-print-directory. Let's remove the last option to not confuse
a reader.

2 The --no-print-directory flag to build and build-crtools shorthands
is redundant, because scripts/Makefile.build has it already. Remove.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4e1be049
......@@ -14,7 +14,7 @@ export VERSION_MAJOR VERSION_MINOR VERSION_SUBLEVEL VERSION_EXTRA VERSION_NAME
# In future zdtm makefiles need to be fixed and the line below
# may be uncommented.
#
#MAKEFLAGS := -r -R --no-print-directory
#MAKEFLAGS := -r -R
include Makefile.inc
......@@ -106,8 +106,8 @@ include scripts/Makefile.rules
#
# shorthand
build := -r -R --no-print-directory -f scripts/Makefile.build makefile=Makefile obj
build-crtools := -r -R --no-print-directory -f scripts/Makefile.build makefile=Makefile.crtools obj
build := -r -R -f scripts/Makefile.build makefile=Makefile obj
build-crtools := -r -R -f scripts/Makefile.build makefile=Makefile.crtools obj
PROGRAM := crtools
......
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