Re: [gentoo-user] Contribution: Python C Code builder, Simple Build

2022-01-21 Thread Atharva Amritkar
Andrew: Agreed. Recently people have been sending binaries in mailing list. On Fri, 21 Jan 2022, 9:49 am Andrew Lowe, wrote: > On 21/1/22 10:32 am, Matt Connell wrote: > > On Thu, 2022-01-20 at 17:12 +0100, Attila Boczkó wrote: > >> I would like to send a little python program that runs GCC to

Re: [gentoo-user] Contribution: Python C Code builder, Simple Build

2022-01-20 Thread Andrew Lowe
On 21/1/22 10:32 am, Matt Connell wrote: On Thu, 2022-01-20 at 17:12 +0100, Attila Boczkó wrote: I would like to send a little python program that runs GCC to compile the C code. The C Code can put multiple sub directories in the main SRC directory. The python code uses os.walk method to find

Re: [gentoo-user] Contribution: Python C Code builder, Simple Build

2022-01-20 Thread Matt Connell
On Thu, 2022-01-20 at 17:12 +0100, Attila Boczkó wrote: > I would like to send a little python program that runs GCC to compile > the C code. The C Code can put multiple sub directories in the main > SRC directory. The python code uses os.walk method to find all C Code > files and pass it to GCC.