blob: 2355b391f436ff8de31846cb216ff208db971364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
save command lines
parse c header deps
parallization
longer-term ideas:
- bootstrap -- output a shell script that builds everything serially
- use lemon/ragel for parsing
- buffer stderr from commands, only print failing commands/output
- progress bar rather than printing commands in series
- store historical timing info, allowing etas on builds
|