Re: [PATCH 10/10] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2020-04-06 Thread Javier Martinez Canillas
Hello Daniel, On 4/3/20 9:29 PM, Daniel Kiper wrote: > On Fri, Mar 13, 2020 at 08:17:17PM +0100, Javier Martinez Canillas wrote: >> From: Peter Jones >> >> This makes it so you can treat grub-module-verifierxx.c as a file you can >> build directly, so syntax checkers like vim's "syntastic" plugin

Re: [PATCH 10/10] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2020-04-03 Thread Daniel Kiper
On Fri, Mar 13, 2020 at 08:17:17PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > This makes it so you can treat grub-module-verifierxx.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 wo

[PATCH 10/10] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2020-03-13 Thread Javier Martinez Canillas
From: Peter Jones This makes it so you can treat grub-module-verifierxx.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 inclu