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

View File

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

18
mkfile
View File

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