Re: [PATCH] Makefile: Fix cscope issues on MacOS and soft links

2021-08-04 Thread Alex Bennée
Peter Xu writes: > Hi, Alex, > > On Tue, Aug 03, 2021 at 11:18:36PM +0100, Alex Bennée wrote: >> >> Peter Xu writes: >> >> > This patch fixes actually two issues with 'make cscope'. >> > >> > Firstly, it fixes the command for MacOS "find" command as MacOS will >> > append the >> > full path

Re: [PATCH] Makefile: Fix cscope issues on MacOS and soft links

2021-08-03 Thread Peter Xu
Hi, Alex, On Tue, Aug 03, 2021 at 11:18:36PM +0100, Alex Bennée wrote: > > Peter Xu writes: > > > This patch fixes actually two issues with 'make cscope'. > > > > Firstly, it fixes the command for MacOS "find" command as MacOS will append > > the > > full path of "$(SRC_PATH)/" before each fou

Re: [PATCH] Makefile: Fix cscope issues on MacOS and soft links

2021-08-03 Thread Alex Bennée
Peter Xu writes: > This patch fixes actually two issues with 'make cscope'. > > Firstly, it fixes the command for MacOS "find" command as MacOS will append > the > full path of "$(SRC_PATH)/" before each found entry, then after the final "./" > replacement trick it'll look like (e.g., "qapi/qm

[PATCH] Makefile: Fix cscope issues on MacOS and soft links

2021-08-01 Thread Peter Xu
This patch fixes actually two issues with 'make cscope'. Firstly, it fixes the command for MacOS "find" command as MacOS will append the full path of "$(SRC_PATH)/" before each found entry, then after the final "./" replacement trick it'll look like (e.g., "qapi/qmp-dispatch.c"): /qapi/qmp-disp