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 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.
> >
> > So, you've reinvented makefiles?
> >
> >
>
> There have been a few "weird" posts lately, authors "Attilla" &
> "xbx",
> and subjects, amongst others, "Technical Docum". Is this someone
> trying to contribute or a spam/spear phishing attack?
>
> Andrew
>
>
>


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 all C Code
files and pass it to GCC.


So, you've reinvented makefiles?




	There have been a few "weird" posts lately, authors "Attilla" & "xbx", 
and subjects, amongst others, "Technical Docum". Is this someone 
trying to contribute or a spam/spear phishing attack?


Andrew




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.

So, you've reinvented makefiles?