Am 10.08.2010 22:40, schrieb David Hendricks:
>     There's no recursive make.
> if only ;-)
The only recursive make in coreboot is when you use the scanbuild
feature. In which case the toplevel Makefile calls itself, wrapped in
scan-build.
Everything else is iterative inclusion of makefile fragments (manually
tail-optimized recursion, if you wish)

Our main bottleneck right now is lots and lots of directory accesses,
for all the files involved.
Our main issue with the dependency graph is that some dependencies are
hard to represent sanely in make.


Patrick

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to