Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-10 Thread Maxim Uvarov
I merged this patch. Thanks, Maxim. On 03/08/2017 05:24 PM, Dmitry Eremin-Solenikov wrote: On 08.03.2017 17:13, Peltonen, Janne (Nokia - FI/Espoo) wrote: Are you saying that in your shell this works (echoes foobar): if false ; then : else echo foobar ; fi Does not work here (bash

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-09 Thread Maxim Uvarov
On 03/08/2017 05:24 PM, Dmitry Eremin-Solenikov wrote: On 08.03.2017 17:13, Peltonen, Janne (Nokia - FI/Espoo) wrote: Are you saying that in your shell this works (echoes foobar): if false ; then : else echo foobar ; fi Does not work here (bash 4.4.11(1)-release). Ok, I understand what is

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Dmitry Eremin-Solenikov
On 08.03.2017 17:13, Peltonen, Janne (Nokia - FI/Espoo) wrote: > Are you saying that in your shell this works (echoes foobar): > if false ; then : else echo foobar ; fi Does not work here (bash 4.4.11(1)-release). -- With best wishes Dmitry

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Peltonen, Janne (Nokia - FI/Espoo)
> > install-data-hook: > > if [ -h $(prefix)/include/odp/api/abi ]; then \ > > - : \ > > + : ; \ > > else \ > > $(LN_S) -rf $(prefix)/include/odp/arch/@ARCH_ABI@/odp/api/abi \ > > $(prefix)/include/odp/api/abi; \ > > Which bash are you

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Dmitry Eremin-Solenikov
On 08.03.2017 16:57, Maxim Uvarov wrote: > On 03/08/2017 04:47 PM, Dmitry Eremin-Solenikov wrote: >> On 08.03.2017 16:44, Maxim Uvarov wrote: >>> On 03/07/2017 12:16 PM, Janne Peltonen wrote: Fix the ABI symlink creation that went broken in 3d6cbd2. Signed-off-by: Janne Peltonen

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Maxim Uvarov
On 03/08/2017 04:47 PM, Dmitry Eremin-Solenikov wrote: On 08.03.2017 16:44, Maxim Uvarov wrote: On 03/07/2017 12:16 PM, Janne Peltonen wrote: Fix the ABI symlink creation that went broken in 3d6cbd2. Signed-off-by: Janne Peltonen ---

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Dmitry Eremin-Solenikov
On 08.03.2017 16:44, Maxim Uvarov wrote: > On 03/07/2017 12:16 PM, Janne Peltonen wrote: >> Fix the ABI symlink creation that went broken in 3d6cbd2. >> >> Signed-off-by: Janne Peltonen >> --- >> platform/linux-generic/Makefile.am | 2 +- >> 1 file changed, 1

Re: [lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-08 Thread Maxim Uvarov
On 03/07/2017 12:16 PM, Janne Peltonen wrote: Fix the ABI symlink creation that went broken in 3d6cbd2. Signed-off-by: Janne Peltonen --- platform/linux-generic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[lng-odp] [PATCH] linux-gen: abi: fix include/odp/api/abi symlink creation

2017-03-07 Thread Janne Peltonen
Fix the ABI symlink creation that went broken in 3d6cbd2. Signed-off-by: Janne Peltonen --- platform/linux-generic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am