1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 11:48:34 +00:00

Toplevel mkfile doesn't depend on mkbuild anymore

This commit is contained in:
Daniel Bainton 2014-04-07 13:29:29 +03:00
parent 38a667236f
commit c394056a47
2 changed files with 15 additions and 5 deletions

@ -1,7 +1,7 @@
arch = i486 arch = i486
version = 0.0 version = 0.0
mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version} mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version}
ports = $mkbuild/../ports pkgdirs = $mkbuild/../ports
nprocs = 2 nprocs = 2
TOOLCHAIN_TRIPLET = ${arch}-musl-linux TOOLCHAIN_TRIPLET = ${arch}-musl-linux

18
mkfile

@ -1,7 +1,17 @@
`{ test -e config.mk || cp config.def.mk config.mk } `{ test -e config.mk || cp config.def.mk config.mk }
<$mkbuild/mk.3rdparty TARG = stage0
src = ports all: $TARG
git = git://git.2f30.org/ports
mkfile = mkfile &:
cd ports/stage0
mk
clean:
cd ports
mk clean
submodule:
git submodule init
git submodule update