summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2010-11-07 01:11:42 (GMT)
committerEvan Martin <martine@danga.com>2010-11-07 01:11:42 (GMT)
commit7b764826aae24380764b18fc693cbf777d3c3c96 (patch)
tree228537a71c42464f3a97514b76a9592b109ce0f0 /todo
parent2f91ce0105c92d69b7cc4f9b29a9fdb4aee409e4 (diff)
downloadNinja-7b764826aae24380764b18fc693cbf777d3c3c96.zip
Ninja-7b764826aae24380764b18fc693cbf777d3c3c96.tar.gz
Ninja-7b764826aae24380764b18fc693cbf777d3c3c96.tar.bz2
better bootstrap idea
Diffstat (limited to 'todo')
-rw-r--r--todo7
1 files changed, 5 insertions, 2 deletions
diff --git a/todo b/todo
index 568ea29..33e8e1f 100644
--- a/todo
+++ b/todo
@@ -2,9 +2,12 @@ support parsing subfiles
save command lines
parallization
-longer-term ideas:
+bootstrap: write a shell script that is just does
+ gcc -o ninja $(ls *.cc)
+ ./ninja ninja
+
-- bootstrap -- output a shell script that builds everything serially
+longer-term ideas:
- use lemon/ragel for parsing