Re: [PATCH] selftests: futex: fix compilation error

2017-11-08 Thread Shuah Khan
On 11/08/2017 12:55 AM, lei yang wrote: > > > On 2017年11月08日 06:57, Shuah Khan wrote: >> On 11/06/2017 06:18 PM, lei yang wrote: >>> >>> On 2017年11月07日 07:48, Shuah Khan wrote: On 11/06/2017 04:45 PM, Shuah Khan wrote: > On 11/05/2017 09:03 PM, Lei Yang wrote: >> I run into below err

Re: [PATCH] selftests: futex: fix compilation error

2017-11-07 Thread lei yang
On 2017年11月08日 06:57, Shuah Khan wrote: On 11/06/2017 06:18 PM, lei yang wrote: On 2017年11月07日 07:48, Shuah Khan wrote: On 11/06/2017 04:45 PM, Shuah Khan wrote: On 11/05/2017 09:03 PM, Lei Yang wrote: I run into below error when building futext /bin/sh: -c: line 5: syntax error: unexpecte

Re: [PATCH] selftests: futex: fix compilation error

2017-11-07 Thread Shuah Khan
On 11/06/2017 06:18 PM, lei yang wrote: > > > On 2017年11月07日 07:48, Shuah Khan wrote: >> On 11/06/2017 04:45 PM, Shuah Khan wrote: >>> On 11/05/2017 09:03 PM, Lei Yang wrote: I run into below error when building futext /bin/sh: -c: line 5: syntax error: unexpected end of file

Re: [PATCH] selftests: futex: fix compilation error

2017-11-06 Thread lei yang
On 2017年11月07日 07:48, Shuah Khan wrote: On 11/06/2017 04:45 PM, Shuah Khan wrote: On 11/05/2017 09:03 PM, Lei Yang wrote: I run into below error when building futext /bin/sh: -c: line 5: syntax error: unexpected end of file the closing ";" and "\" are necessary. My OS is "Ubuntu 14.04.5 LTS"

Re: [PATCH] selftests: futex: fix compilation error

2017-11-06 Thread lei yang
On 2017年11月07日 07:45, Shuah Khan wrote: On 11/05/2017 09:03 PM, Lei Yang wrote: I run into below error when building futext /bin/sh: -c: line 5: syntax error: unexpected end of file the closing ";" and "\" are necessary. My OS is "Ubuntu 14.04.5 LTS" Signed-off-by: Lei Yang --- tools/test

Re: [PATCH] selftests: futex: fix compilation error

2017-11-06 Thread Shuah Khan
On 11/06/2017 04:45 PM, Shuah Khan wrote: > On 11/05/2017 09:03 PM, Lei Yang wrote: >> I run into below error when building futext >> /bin/sh: -c: line 5: syntax error: unexpected end of file >> >> the closing ";" and "\" are necessary. >> My OS is "Ubuntu 14.04.5 LTS" >> >> Signed-off-by: Lei Yang

Re: [PATCH] selftests: futex: fix compilation error

2017-11-06 Thread Shuah Khan
On 11/05/2017 09:03 PM, Lei Yang wrote: > I run into below error when building futext > /bin/sh: -c: line 5: syntax error: unexpected end of file > > the closing ";" and "\" are necessary. > My OS is "Ubuntu 14.04.5 LTS" > > Signed-off-by: Lei Yang > --- > tools/testing/selftests/futex/Makefile

[PATCH] selftests: futex: fix compilation error

2017-11-05 Thread Lei Yang
I run into below error when building futext /bin/sh: -c: line 5: syntax error: unexpected end of file the closing ";" and "\" are necessary. My OS is "Ubuntu 14.04.5 LTS" Signed-off-by: Lei Yang --- tools/testing/selftests/futex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(