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

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Denis Obrezkov
2017-08-11 17:34 GMT+02:00 Christian Mauderer : > Am 11.08.2017 um 17:24 schrieb Denis Obrezkov: > > 2017-08-11 17:17 GMT+02:00 Christian Mauderer > >: > > > > Am 11.08.2017 um 12:14 schrieb Denis Obrezkov: > > > 2017-08-11 11:53 GMT+02:00 Sebastian Huber > >

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Christian Mauderer
Am 11.08.2017 um 17:24 schrieb Denis Obrezkov: > 2017-08-11 17:17 GMT+02:00 Christian Mauderer >: > > Am 11.08.2017 um 12:14 schrieb Denis Obrezkov: > > 2017-08-11 11:53 GMT+02:00 Sebastian Huber > > > > <

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Denis Obrezkov
2017-08-11 17:17 GMT+02:00 Christian Mauderer : > Am 11.08.2017 um 12:14 schrieb Denis Obrezkov: > > 2017-08-11 11:53 GMT+02:00 Sebastian Huber > > > >: > > > > On 11/08/17 11:44, Denis Obrezkov wrote: > > > > during our last meeting I didn't

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Christian Mauderer
Am 11.08.2017 um 12:14 schrieb Denis Obrezkov: > 2017-08-11 11:53 GMT+02:00 Sebastian Huber > >: > > On 11/08/17 11:44, Denis Obrezkov wrote: > > during our last meeting I didn't completely understand what to do > with my commits. >

[PATCH v2 4/4] Port openssl to RTEMS.

2017-08-11 Thread Sichen Zhao
--- builder.py | 58 libbsd.py| 952 +++ libbsd_waf.py| 901 +++- waf_generator.py | 3 + 4 files changed, 1898 insertions(+), 16 deletions(-) diff --git a/builder.py b/bu

[PATCH v2 2/4] waf: Move glob operator ** to builder.py

2017-08-11 Thread Sichen Zhao
From: Christian Mauderer This allows a finer decision which headers should be installed. --- builder.py | 26 +- libbsd_waf.py| 30 +++--- waf_generator.py | 4 ++-- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/builde

[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

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Denis Obrezkov
2017-08-11 11:53 GMT+02:00 Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 11/08/17 11:44, Denis Obrezkov wrote: > > during our last meeting I didn't completely understand what to do >> with my commits. >> >> I have a set of commits made during the GSoC, they are, of course, >> a bit c

Re: Patch preparation for GSoC evaluation

2017-08-11 Thread Sebastian Huber
On 11/08/17 11:44, Denis Obrezkov wrote: during our last meeting I didn't completely understand what to do with my commits. I have a set of commits made during the GSoC, they are, of course, a bit chaotic. And the only last few commits make my code look better. So, I have a question: should I t

Patch preparation for GSoC evaluation

2017-08-11 Thread Denis Obrezkov
Hello all, during our last meeting I didn't completely understand what to do with my commits. I have a set of commits made during the GSoC, they are, of course, a bit chaotic. And the only last few commits make my code look better. So, I have a question: should I take all my commits, merge them i