1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 06:48:32 +00:00

Move $top from config.mk to mkfile

$top isn't really user definable

Also reorder config.mk a bit, put the common stuff on top
This commit is contained in:
Daniel Bainton 2014-03-10 13:47:50 +00:00
parent c80d586516
commit d8f16181cf
2 changed files with 4 additions and 3 deletions

@ -1,10 +1,10 @@
top = `{pwd}
root = ${top}/root
#arch = i486
arch = x86_64
libcroot = ${root}/opt/cross/${arch}-linux-musl/${arch}-linux-musl
root = ${top}/root
nprocs = 4 # number of processes for building separate packages
NPROC = 4 # number of processes for mk concurrency
libcroot = ${root}/opt/cross/${arch}-linux-musl/${arch}-linux-musl
version = 0.0
mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version}
CC = ${arch}-linux-musl-gcc

1
mkfile

@ -1,3 +1,4 @@
top = `{pwd}
<config.mk
allpkgs = `{ls -d pkgs/*}