kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00393
Re: Wiki merging
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Bryan Stillwell <bryan@...>
-
Date:
Fri, 15 Jun 2007 14:41:54 -0600
-
In-reply-to:
<4672F2D7.7030506@...>
-
User-agent:
Mutt/1.5.13 (2006-08-11)
On Fri, Jun 15, 2007 at 10:13:11PM +0200, Milan Horák wrote:
>- Build_System/Make and Build_System/SCons pages reported as orphaned
>but are linked from Build_System. Any idea why are they reported this
>way?
The SCons build system that I wrote hasn't been updated lately and we
should really just stay with one build system for now. I originally
created it to fix the problems with the current recursive make build
system, since doing a non-recursive make is rather difficult IMO. More
details can be found in the "Recursive Make Considered Harmful" paper:
http://aegis.sourceforge.net/auug97.pdf
The other nice thing about the SCons build system was that it supports
parallel builds on SMP systems (with multi-core processors, this can
speed up compiles quite a bit). If people are still interested in using
SCons, we can revive it pretty easily. Let me know. :)
Bryan
Follow ups
References