morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 5f4d8bf513c8ce0f1c6d6b6c102859144200923e
parent 1e0232906ac4fb3245752462407f82851e6a26fe
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Wed,  9 Apr 2014 10:45:35 +0300

Add mk bootable back to the mkfile

Diffstat:
Mmkfile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/mkfile b/mkfile @@ -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"