about summary refs log tree commit diff stats
path: root/archive/1.vm/build0
diff options
context:
space:
mode:
Diffstat (limited to 'archive/1.vm/build0')
-rwxr-xr-xarchive/1.vm/build06
1 files changed, 3 insertions, 3 deletions
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 ') {'
 #