grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 2/7] mkimage: make it easier to run syntax checkers on gru


From: Daniel Kiper
Subject: Re: [PATCH v3 2/7] mkimage: make it easier to run syntax checkers on grub-mkimagexx.c
Date: Fri, 23 Feb 2018 15:27:32 +0100
User-agent: Mutt/1.3.28i

On Wed, Feb 21, 2018 at 03:20:24PM -0500, Peter Jones wrote:
> This makes it so you can treat grub-mkimagexx.c as a file you can build
> directly, so syntax checkers like vim's "syntastic" plugin, which uses
> "gcc -x c -fsyntax-only" to build it, will work.
>
> One still has to do whatever setup is required to make it pick the right
> include dirs, which -W options we use, etc., but this makes it so you
> can do the checking on the file you're editing, rather than on a
> different file.
>
> Signed-off-by: Peter Jones <address@hidden>

Reviewed-by: Daniel Kiper <address@hidden>

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]