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

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

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

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

2017-08-16 Thread Sichen Zhao
Chris Johns; Sichen Zhao; devel@rtems.org Cc: Christian Mauderer 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

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

2017-08-12 Thread Sichen Zhao
Sichen Zhao; 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: >>>&g

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

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

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

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