Re: [PATCH rtems-libbsd.nfs 1/4] Implement portable kernel symbol namespace tool

2021-07-27 Thread Chris Johns
Thanks for the review ... On 28/7/21 7:16 am, Gedare Bloom wrote: > On Tue, Jul 27, 2021 at 2:09 AM wrote: >> +environment `PATH` variable or you can specify the top level path as an >> argument: >> +``` >> +$ ./rtems-kern-symbols --tools=/opt/work/rtems/6 >> +``` > > This is inconsistent with

Re: [PATCH rtems-libbsd.nfs 1/4] Implement portable kernel symbol namespace tool

2021-07-27 Thread Gedare Bloom
On Tue, Jul 27, 2021 at 2:09 AM wrote: > > From: Chris Johns > > - The script's use of sort proved to not be portable > > - No need to check the commits as symbols are only added > > - Regenerated kernel header to reset the sort order > > Update #4475 > --- > CONTRIBUTING.md