Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-04 Thread Julien Grall
Hi Bertrand, On 03/08/2022 14:29, Bertrand Marquis wrote: On 3 Aug 2022, at 14:01, Julien Grall wrote: Hi Bertrand, On 03/08/2022 13:56, Bertrand Marquis wrote: On 3 Aug 2022, at 13:55, Bertrand Marquis wrote: On 3 Aug 2022, at 13:10, Julien Grall wrote: Hi, On 03/08/2022 13:05, J

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Bertrand Marquis
> On 3 Aug 2022, at 14:01, Julien Grall wrote: > > Hi Bertrand, > > On 03/08/2022 13:56, Bertrand Marquis wrote: >>> On 3 Aug 2022, at 13:55, Bertrand Marquis wrote: >>> >>> >>> On 3 Aug 2022, at 13:10, Julien Grall wrote: Hi, On 03/08/2022 13:05, Jan Beulich wr

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Julien Grall
Hi Bertrand, On 03/08/2022 13:56, Bertrand Marquis wrote: On 3 Aug 2022, at 13:55, Bertrand Marquis wrote: On 3 Aug 2022, at 13:10, Julien Grall wrote: Hi, On 03/08/2022 13:05, Jan Beulich wrote: On 03.08.2022 13:57, Bertrand Marquis wrote: When calling python tools to convert misra

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Bertrand Marquis
> On 3 Aug 2022, at 13:55, Bertrand Marquis wrote: > > > >> On 3 Aug 2022, at 13:10, Julien Grall wrote: >> >> Hi, >> >> On 03/08/2022 13:05, Jan Beulich wrote: >>> On 03.08.2022 13:57, Bertrand Marquis wrote: When calling python tools to convert misra documentation or merge cppc

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Bertrand Marquis
> On 3 Aug 2022, at 13:10, Julien Grall wrote: > > Hi, > > On 03/08/2022 13:05, Jan Beulich wrote: >> On 03.08.2022 13:57, Bertrand Marquis wrote: >>> When calling python tools to convert misra documentation or merge >>> cppcheck xml files, use $(PYTHON). >>> While there fix misra document con

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Bertrand Marquis
> On 3 Aug 2022, at 13:05, Jan Beulich wrote: > > On 03.08.2022 13:57, Bertrand Marquis wrote: >> When calling python tools to convert misra documentation or merge >> cppcheck xml files, use $(PYTHON). >> While there fix misra document conversion script to be executable. >> >> Fixes: 57caa537

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Jan Beulich
On 03.08.2022 14:10, Julien Grall wrote: > On 03/08/2022 13:05, Jan Beulich wrote: >> On 03.08.2022 13:57, Bertrand Marquis wrote: >>> When calling python tools to convert misra documentation or merge >>> cppcheck xml files, use $(PYTHON). >>> While there fix misra document conversion script to be

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Julien Grall
Hi, On 03/08/2022 13:05, Jan Beulich wrote: On 03.08.2022 13:57, Bertrand Marquis wrote: When calling python tools to convert misra documentation or merge cppcheck xml files, use $(PYTHON). While there fix misra document conversion script to be executable. Fixes: 57caa53753 (xen: Add MISRA sup

Re: [PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Jan Beulich
On 03.08.2022 13:57, Bertrand Marquis wrote: > When calling python tools to convert misra documentation or merge > cppcheck xml files, use $(PYTHON). > While there fix misra document conversion script to be executable. > > Fixes: 57caa53753 (xen: Add MISRA support to cppcheck make rule) > Fixes: 4

[PATCH v2] tools: use $(PYTHON) to call cppcheck tools

2022-08-03 Thread Bertrand Marquis
When calling python tools to convert misra documentation or merge cppcheck xml files, use $(PYTHON). While there fix misra document conversion script to be executable. Fixes: 57caa53753 (xen: Add MISRA support to cppcheck make rule) Fixes: 43aa3f6e72 xen/build: Add cppcheck and cppcheck-html make