Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-19 Thread Chris Johns
On 17/8/17 11:46 am, Sichen Zhao wrote: >>> On 17 Aug 2017, at 1:37 am, Sichen Zhao wrote: >>> >>> Hi Chris, >>> Just for remind: can the openssl patch get merged? >> Yes they can. I am sorry I had some pressing issues locally and a few >> patches queued. I am on the road today and will see if I

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-16 Thread Sichen Zhao
>> On 17 Aug 2017, at 1:37 am, Sichen Zhao wrote: >> >> Hi Chris, >> Just for remind: can the openssl patch get merged? > Yes they can. I am sorry I had some pressing issues locally and a few patches > queued. I am on the road today and will see if I can get to them remotely. It > is top of my l

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-16 Thread Chris Johns
> On 17 Aug 2017, at 1:37 am, Sichen Zhao wrote: > > Hi Chris, > Just for remind: can the openssl patch get merged? Yes they can. I am sorry I had some pressing issues locally and a few patches queued. I am on the road today and will see if I can get to them remotely. It is top of my list.

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-16 Thread Sichen Zhao
Subject: Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary. Ok, the branch with only these four patches is here: https://github.com/hahchenchen/rtems-libbsd/tree/usb_wpa_openssl Best Regards Sichen Zhao From: Christian Mauderer Sent: Saturday

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-12 Thread Sichen Zhao
; devel@rtems.org Cc: Christian Mauderer Subject: Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary. Am 12.08.2017 um 05:57 schrieb Chris Johns: > On 12/08/2017 13:30, Sichen Zhao wrote: >>>> +for headers in header_build_copy_paths: >>>> +target =

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-12 Thread Christian Mauderer
Am 12.08.2017 um 05:57 schrieb Chris Johns: > On 12/08/2017 13:30, Sichen Zhao wrote: +for headers in header_build_copy_paths: +target = os.path.join("build-include", headers[2]) +start_dir = bld.path.find_dir(headers[0]) +for header in start_dir.ant_

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-11 Thread Chris Johns
On 12/08/2017 13:30, Sichen Zhao wrote: >>> +for headers in header_build_copy_paths: >>> +target = os.path.join("build-include", headers[2]) >>> +start_dir = bld.path.find_dir(headers[0]) >>> +for header in start_dir.ant_glob(os.path.join("**/", headers[1])): >> Remove t

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-11 Thread Sichen Zhao
> On 11/8/17 8:39 pm, Sichen Zhao wrote: >> From: Christian Mauderer >> >> There are some cases, where a header is installed into a directory with >> a different name then it's source directory. In that case, the build >> might fail because the header is not found. One example would be the >> . Th

Re: [PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-11 Thread Chris Johns
On 11/8/17 8:39 pm, Sichen Zhao wrote: > From: Christian Mauderer > > There are some cases, where a header is installed into a directory with > a different name then it's source directory. In that case, the build > might fail because the header is not found. One example would be the > . The sourc

[PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-11 Thread Sichen Zhao
From: Christian Mauderer There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the . The source for this file is in freebsd/crypto/openssl/crypto

[PATCH v2 1/4] waf_generator: Copy headers if necessary.

2017-08-11 Thread Sichen Zhao
From: Christian Mauderer There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the . The source for this file is in freebsd/crypto/openssl/crypto