diff options
author | Ori Bernstein <ori@markovcorp.com> | 2017-10-05 18:10:43 -0700 |
---|---|---|
committer | Ori Bernstein <ori@markovcorp.com> | 2017-10-05 18:10:43 -0700 |
commit | c89a9ad95390793148fd416451ae1d8ebf1d6ae1 (patch) | |
tree | c25a8c19c2450161672e9d7acc91651142304fb9 /mkfile | |
parent | 66e8d816c8cdb09bb175c0145202f100c4b4284c (diff) | |
download | mc-c89a9ad95390793148fd416451ae1d8ebf1d6ae1.tar.gz |
make the bootstrapping step explicit.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -38,9 +38,12 @@ install:V: $SUB config.h } ape/psh mbldwrap.sh install -bootstrap:V: +genbootstrap:V: ape/psh genbootstrap.sh +bootstrap:V: + ape/psh mk/bootstrap/bootstrap+Plan9-amd64.sh + uninstall:V: $SUB config.h for(dir in $SUB)@{ cd $dir |