Re: CVS commit: src/lib

2021-04-08 Thread Joerg Sonnenberger
On Thu, Apr 08, 2021 at 05:53:42PM +0100, Joseph Koshy wrote:
> On Thu, Apr 08, 2021 at 01:51:30PM +0200, Joerg Sonnenberger wrote:
> jk> Redo r1.288: traverse the complete imported Elftoolchain tree during
> jk> a build.
> 
> js> Just the libs should be enough and ideally, libelf and libdwarf
> js> are folded into the main .WAIT groups. There is a global includes
> js> run first.
> 
> It appears that we would need to add the 'elftoolchain' subdirectory to
> "src/external/bsd/Makefile" for the global includes run to work.
> 
> Let me try that out - once I get it to work I will revert
> 'src/lib/Makefile' to traverse just the imported libraries.

Thanks!

Joerg


Re: CVS commit: src/lib

2021-04-08 Thread Joseph Koshy
On Thu, Apr 08, 2021 at 01:51:30PM +0200, Joerg Sonnenberger wrote:
jk> Redo r1.288: traverse the complete imported Elftoolchain tree during
jk> a build.

js> Just the libs should be enough and ideally, libelf and libdwarf
js> are folded into the main .WAIT groups. There is a global includes
js> run first.

It appears that we would need to add the 'elftoolchain' subdirectory to
"src/external/bsd/Makefile" for the global includes run to work.

Let me try that out - once I get it to work I will revert
'src/lib/Makefile' to traverse just the imported libraries.

Regards,
Joseph Koshy


Re: CVS commit: src/lib

2021-04-08 Thread Joerg Sonnenberger
On Thu, Apr 08, 2021 at 08:10:30AM +, Joseph Koshy wrote:
> Module Name:  src
> Committed By: jkoshy
> Date: Thu Apr  8 08:10:30 UTC 2021
> 
> Modified Files:
>   src/lib: Makefile
> 
> Log Message:
> Redo r1.288: traverse the complete imported Elftoolchain tree during a build.

Just the libs should be enough and ideally, libelf and libdwarf are
folded into the main .WAIT groups. There is a global includes run first.

Joerg