Re: [PATCH rtems-net-legacy] netlegacy: Use os.path instead of hardcoded Unix like path

2021-04-13 Thread Gedare Bloom
On Wed, Apr 14, 2021 at 12:18 AM Gedare Bloom wrote: > > this one looks good, but unrelated to the direct changes, is > '${PREFIX}' well-defined or is there a way to grab that as a variable > from something like bld.env? > > On Wed, Apr 14, 2021 at 12:04 AM Vijay Kumar Banerjee wrote: > > > > Pin

Re: [PATCH rtems-net-legacy] netlegacy: Use os.path instead of hardcoded Unix like path

2021-04-13 Thread Gedare Bloom
this one looks good, but unrelated to the direct changes, is '${PREFIX}' well-defined or is there a way to grab that as a variable from something like bld.env? On Wed, Apr 14, 2021 at 12:04 AM Vijay Kumar Banerjee wrote: > > Ping :) > > On Wed, Apr 7, 2021 at 10:52 AM Vijay Kumar Banerjee wrote:

Re: [PATCH rtems-net-legacy] netlegacy: Use os.path instead of hardcoded Unix like path

2021-04-13 Thread Vijay Kumar Banerjee
Ping :) On Wed, Apr 7, 2021 at 10:52 AM Vijay Kumar Banerjee wrote: > > --- > netlegacy.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/netlegacy.py b/netlegacy.py > index 05cb78a..ddd1db3 100644 > --- a/netlegacy.py > +++ b/netlegacy.py > @@ -37,7 +3

[PATCH rtems-net-legacy] netlegacy: Use os.path instead of hardcoded Unix like path

2021-04-07 Thread Vijay Kumar Banerjee
--- netlegacy.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/netlegacy.py b/netlegacy.py index 05cb78a..ddd1db3 100644 --- a/netlegacy.py +++ b/netlegacy.py @@ -37,7 +37,7 @@ exclude_headers = ['rtems-bsd-user-space.h', 'rtems-bsd-kernel-space.h'] for r