From 54423826c740f14aee37c37002b57a1c276867e1 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 3 Feb 2022 10:31:44 -0800 Subject: update stale stuff in an old prototype --- archive/1.vm/build0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archive/1.vm/build0') diff --git a/archive/1.vm/build0 b/archive/1.vm/build0 index 03ac8180..fcee74d3 100755 --- a/archive/1.vm/build0 +++ b/archive/1.vm/build0 @@ -4,7 +4,7 @@ set -v set -e # stop immediately on error -cd ../../tools +cd ../../linux/bootstrap/tools # auto-generate various lists (ending in '_list' by convention) { # list of function declarations, so I can define them in any order grep -h "^[^ #].*) {" tangle.cc |sed 's/ {.*/;/' > tangle.function_list @@ -14,7 +14,7 @@ cd ../../tools # } g++ -std=c++98 -g -O3 tangle.cc -o tangle ./tangle test -cd ../archive/1.vm +cd ../../../archive/1.vm cd termbox gcc -g -O2 -c termbox.c @@ -22,7 +22,7 @@ cd termbox ar rcs libtermbox.a *.o cd .. -../../tools/tangle [0-9]*.cc > mu.cc +../../linux/bootstrap/tools/tangle [0-9]*.cc > mu.cc # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -- cgit 1.4.1-2-gfad0