[CRIU] [PATCH] make: fix navigation in vim
Andrey Vagin
avagin at openvz.org
Mon Dec 3 05:02:46 EST 2012
If you have an error in parasite.c and execute make from vim,
without this patch vim opens a new file parasite.c in a root directory.
With this patch vim opens pie/parasite.c.
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 07c3bd5..18db408 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,6 @@ else
endif
CFLAGS += $(WARNINGS) $(DEFINES)
-MAKEFLAGS := --no-print-directory
SYSCALL-LIB = $(SRC_DIR)/arch/$(ARCH)/syscalls.o
PROTOBUF-LIB = $(SRC_DIR)/protobuf/protobuf-lib.o
--
1.7.11.7
More information about the CRIU
mailing list