[CRIU] [PATCH 3/4] Makefile: remove --no-print-directory

Kir Kolyshkin kir at openvz.org
Tue Apr 23 18:12:46 EDT 2013


1 The comment before MAKEFLAGS assignment (see commit 25e8cb5) 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 at openvz.org>
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 54679e8..d870ba0 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
-- 
1.8.1.4



More information about the CRIU mailing list