Re: [PATCH v2 1/4] tcg: Search includes from the project root source directory

2020-01-02 Thread Alistair Francis
On Wed, Jan 1, 2020 at 3:24 AM Philippe Mathieu-Daudé wrote: > > We currently search both the root and the tcg/ directories for tcg > files: > > $ git grep '#include "tcg/' | wc -l > 28 > > $ git grep '#include "tcg[^/]' | wc -l > 94 > > To simplify the preprocessor search path, unify by e

Re: [PATCH v2 1/4] tcg: Search includes from the project root source directory

2020-01-01 Thread David Gibson
On Wed, Jan 01, 2020 at 12:23:00PM +0100, Philippe Mathieu-Daudé wrote: > We currently search both the root and the tcg/ directories for tcg > files: > > $ git grep '#include "tcg/' | wc -l > 28 > > $ git grep '#include "tcg[^/]' | wc -l > 94 > > To simplify the preprocessor search path,

[PATCH v2 1/4] tcg: Search includes from the project root source directory

2020-01-01 Thread Philippe Mathieu-Daudé
We currently search both the root and the tcg/ directories for tcg files: $ git grep '#include "tcg/' | wc -l 28 $ git grep '#include "tcg[^/]' | wc -l 94 To simplify the preprocessor search path, unify by expliciting the tcg/ directory. Patch created mechanically by running: $ for x