blob: 568ea291038bfe8e9f3d7017812ee840973a0c52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
support parsing subfiles
save command lines
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
|