1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-29 23:41:23 +00:00
morpheus/mkfile

20 lines
349 B
Plaintext
Raw Normal View History

`{ test -e config.mk || cp config.def.mk config.mk }
2014-02-27 12:41:37 +00:00
configmk = `{pwd}/config.mk
mkbuild = `{pwd}/mkbuild
TARG = stage0
2014-02-27 12:41:37 +00:00
all: $TARG
&:
cd ports/stage0
env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk
clean:
cd ports
mk configmk="$configmk" mkbuild="$mkbuild" clean
submodule:
git submodule init
2014-04-07 11:36:44 +00:00
git submodule update --remote