Gentoo Archives: gentoo-user

From: Matt Connell <matthewdconnell@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Contribution: Python C Code builder, Simple Build
Date: Fri, 21 Jan 2022 02:33:09
Message-Id: 34f5f67f265bb7bc13358d2c2175f27f117f7e86.camel@gmail.com
In Reply to: [gentoo-user] Contribution: Python C Code builder, Simple Build by "Attila Boczkó"
1 On Thu, 2022-01-20 at 17:12 +0100, Attila Boczkó wrote:
2 > I would like to send a little python program that runs GCC to compile
3 > the C code. The C Code can put multiple sub directories in the main
4 > SRC directory. The python code uses os.walk method to find all C Code
5 > files and pass it to GCC.
6
7 So, you've reinvented makefiles?

Replies

Subject Author
Re: [gentoo-user] Contribution: Python C Code builder, Simple Build Andrew Lowe <agl@×××××××.au>