Re: [PATCH v2 08/39] scripts: get_abi.pl: prevent duplicated file names

2020-12-08 Thread NĂ­colas F . R . A . Prado
On Fri, Oct 30, 2020 at 08:40:27AM +0100, Mauro Carvalho Chehab wrote: > The same filename may exist on multiple directories within > ABI. Create separate entries at the internal database for > each of them. > > Signed-off-by: Mauro Carvalho Chehab > --- > scripts/get_abi.pl | 15

[PATCH v2 08/39] scripts: get_abi.pl: prevent duplicated file names

2020-10-30 Thread Mauro Carvalho Chehab
The same filename may exist on multiple directories within ABI. Create separate entries at the internal database for each of them. Signed-off-by: Mauro Carvalho Chehab --- scripts/get_abi.pl | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/get_abi.pl