Re: [PATCH] build: encapsulate grep for local_miss_maps in a function

2022-03-08 Thread Thomas Monjalon
08/03/2022 19:52, Usama Arif: > check-symbols-maps.sh runs with the -e option to exit as soon as > there is an error. Currently the build is failing as the search of > grep -L is empty (which is the case for all version.map files as > they have the local symbol) which causes the script to return >

[PATCH] build: encapsulate grep for local_miss_maps in a function

2022-03-08 Thread Usama Arif
check-symbols-maps.sh runs with the -e option to exit as soon as there is an error. Currently the build is failing as the search of grep -L is empty (which is the case for all version.map files as they have the local symbol) which causes the script to return with an error. This patch encapsulates t