[CRIU] [PATCH] make: fix navigation in vim
Pavel Emelyanov
xemul at parallels.com
Mon Dec 3 05:08:18 EST 2012
On 12/03/2012 02:02 PM, Andrey Vagin wrote:
> 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.
Kernel "make" doesn't print directory either.
Can we make it look like in kernel instead?
> 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
>
>
More information about the CRIU
mailing list