Re: [OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-02 Thread Khem Raj
> On Apr 1, 2015, at 12:53 AM, Robert Yang wrote: > > Fixed a typo: > name-target-directory -> make-target-directory > > There is no name-target-directory, it should be make-target-directory, > this fixed the error: > /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory > Makefil

Re: [OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-01 Thread Robert Yang
On 04/02/2015 12:37 PM, Martin Jansa wrote: On Thu, Apr 02, 2015 at 11:12:27AM +0800, Robert Yang wrote: On 04/02/2015 01:59 AM, Martin Jansa wrote: On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote: Fixed a typo: name-target-directory -> make-target-directory You have another

Re: [OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-01 Thread Martin Jansa
On Thu, Apr 02, 2015 at 11:12:27AM +0800, Robert Yang wrote: > > > On 04/02/2015 01:59 AM, Martin Jansa wrote: > > On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote: > >> Fixed a typo: > >> name-target-directory -> make-target-directory > > > > You have another typo in commit message. >

Re: [OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-01 Thread Robert Yang
On 04/02/2015 01:59 AM, Martin Jansa wrote: On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote: Fixed a typo: name-target-directory -> make-target-directory You have another typo in commit message. Sorry, I checked again, which typo, please ? // Robert There is no name-target

Re: [OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-01 Thread Martin Jansa
On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote: > Fixed a typo: > name-target-directory -> make-target-directory You have another typo in commit message. > There is no name-target-directory, it should be make-target-directory, > this fixed the error: > /bin/bash: /path/to/elf/runtime

[OE-core] [PATCH 3/3] glibc: fix a tpo

2015-04-01 Thread Robert Yang
Fixed a typo: name-target-directory -> make-target-directory There is no name-target-directory, it should be make-target-directory, this fixed the error: /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed Sig