From 7b764826aae24380764b18fc693cbf777d3c3c96 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sat, 6 Nov 2010 18:11:42 -0700 Subject: better bootstrap idea --- todo | 7 +++++-- 1 file 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 -- cgit v0.12