Re: [PATCH v2] Coccinelle: fix incorrect -include option transformation

2015-10-26 Thread Michal Marek
Dne 22.9.2015 v 15:27 Julia Lawall napsal(a): > On Tue, 22 Sep 2015, Andrzej Hajda wrote: > >> kbuild/gcc uses -include option to include files and -I to provide paths for >> #include <> directive. In case of spatch latter option should be prefixed >> with That hash sign in the comment was not n

Re: [PATCH v2] Coccinelle: fix incorrect -include option transformation

2015-09-22 Thread Julia Lawall
On Tue, 22 Sep 2015, Andrzej Hajda wrote: > kbuild/gcc uses -include option to include files and -I to provide paths for > #include <> directive. In case of spatch latter option should be prefixed with > two -. Acked-by: Julia Lawall > Signed-off-by: Andrzej Hajda > --- > scripts/coccicheck |

[PATCH v2] Coccinelle: fix incorrect -include option transformation

2015-09-22 Thread Andrzej Hajda
kbuild/gcc uses -include option to include files and -I to provide paths for #include <> directive. In case of spatch latter option should be prefixed with two -. Signed-off-by: Andrzej Hajda --- scripts/coccicheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cocci