Re: [PATCH v3 5/8] scripts: add Linux .cocciconfig for coccinelle

From: Julia Lawall
Date: Wed Jun 22 2016 - 02:08:03 EST


On Wed, 22 Jun 2016, Luis R. Rodriguez wrote:

> On Tue, Jun 21, 2016 at 10:29:53PM +0200, Julia Lawall wrote:
> [...]
>
> > mkid -i C --output .id-utils.index
> >
> > [...] Coccinelle searches for the index in the directory
> > on which it is working
>
> Can you clarify if this is $PWD from which we spawn spatch or
> the --dir, or the current directory that spatch is working on
> at the moment.

Sorry for not being clear. If you say spatch -dir /one/two/three
--use-idutils, it will use /one/two/three/.id-utils.index

julia