ref: a2ec5b679784ea9ddc8150ceaec2fab37e0032a0
parent: efbaf45769d86206f881d437c00f68cc868d3395
author: Ori Bernstein <[email protected]>
date: Mon Jan 1 19:31:20 EST 2018
Let's build the compiler before we use it.
--- a/mkfile
+++ b/mkfile
@@ -41,7 +41,11 @@
genbootstrap:V:
ape/psh genbootstrap.sh
-bootstrap:V:
+bootstrap:V: $SUB config.h
+ for(dir in $SUB)@{
+ cd $dir
+ mk $MKFLAGS
+ }
ape/psh mk/bootstrap/bootstrap+Plan9-amd64.sh
uninstall:V: $SUB config.h