Add mk bootable back to the mkfile

This commit is contained in:
Daniel Bainton 2014-04-09 10:45:35 +03:00
parent 1e0232906a
commit 5f4d8bf513

5
mkfile
View File

@ -3,6 +3,8 @@
configmk = `{pwd}/config.mk
mkbuild = `{pwd}/mkbuild
<$configmk
all:QV:
cd ports
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk TARG="$TARG"
@ -11,6 +13,9 @@ init:QV:
git submodule init
git submodule update --remote
bootable:V:
stuff/create-bootable "$ROOT" morpheus-$arch-$version.img
install:QV:
cd ports
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk install ROOT="${ROOT}" TARG="$TARG"