Re: [PATCH rtems-lwip 1/2] lwip.py: Remove redundant assignment

2022-11-01 Thread Chris Johns
+1

On 2/11/2022 7:28 am, Vijay Kumar Banerjee wrote:
> Hi Kinsey,
> 
> The patches look great. Thanks for the cleanup.
> 
> 
> Best regards,
> Vijay
> 
> On Tue, Nov 1, 2022 at 1:51 PM Kinsey Moore  wrote:
>>
>> ---
>>  lwip.py | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/lwip.py b/lwip.py
>> index c11ed1f..e6580eb 100644
>> --- a/lwip.py
>> +++ b/lwip.py
>> @@ -214,8 +214,6 @@ def build(bld):
>>  lib=['rtemscpu', 'rtemsbsp', 'rtemstest', 'lwip'],
>>  includes=' '.join(test_app_incl))
>>
>> -arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
>> -bld.env.RTEMS_ARCH_BSP)
>>  lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
>>  bld.read_stlib('telnetd', paths=[lib_path])
>>  bld.read_stlib('rtemstest', paths=[lib_path])
>> --
>> 2.30.2
>>
>> ___
>> devel mailing list
>> devel@rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH rtems-lwip 1/2] lwip.py: Remove redundant assignment

2022-11-01 Thread Vijay Kumar Banerjee
Hi Kinsey,

The patches look great. Thanks for the cleanup.


Best regards,
Vijay

On Tue, Nov 1, 2022 at 1:51 PM Kinsey Moore  wrote:
>
> ---
>  lwip.py | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/lwip.py b/lwip.py
> index c11ed1f..e6580eb 100644
> --- a/lwip.py
> +++ b/lwip.py
> @@ -214,8 +214,6 @@ def build(bld):
>  lib=['rtemscpu', 'rtemsbsp', 'rtemstest', 'lwip'],
>  includes=' '.join(test_app_incl))
>
> -arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
> -bld.env.RTEMS_ARCH_BSP)
>  lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
>  bld.read_stlib('telnetd', paths=[lib_path])
>  bld.read_stlib('rtemstest', paths=[lib_path])
> --
> 2.30.2
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems-lwip 1/2] lwip.py: Remove redundant assignment

2022-11-01 Thread Kinsey Moore
---
 lwip.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lwip.py b/lwip.py
index c11ed1f..e6580eb 100644
--- a/lwip.py
+++ b/lwip.py
@@ -214,8 +214,6 @@ def build(bld):
 lib=['rtemscpu', 'rtemsbsp', 'rtemstest', 'lwip'],
 includes=' '.join(test_app_incl))
 
-arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
-bld.env.RTEMS_ARCH_BSP)
 lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
 bld.read_stlib('telnetd', paths=[lib_path])
 bld.read_stlib('rtemstest', paths=[lib_path])
-- 
2.30.2

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel