1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 13:08:33 +00:00

Support ports being in some other location

This commit is contained in:
Daniel Bainton 2014-03-26 22:12:03 +00:00
parent ac0731fa22
commit 863612fa7a
2 changed files with 2 additions and 1 deletions

@ -1,7 +1,7 @@
`{ printf "# Auto-generated file by mk, do not edit\n\n" > .deps.mk } `{ printf "# Auto-generated file by mk, do not edit\n\n" > .deps.mk }
paths = `{ find $mkbuild/../ports -type f -name mkfile } paths = `{ find $ports -type f -name mkfile }
`{ for i in $DEPS; do \ `{ for i in $DEPS; do \
for path in $paths; do \ for path in $paths; do \
dir=$(dirname $path); \ dir=$(dirname $path); \

@ -1,6 +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
TOOL_BASE = ${arch}-musl-linux- TOOL_BASE = ${arch}-musl-linux-
CC = ${TOOL_BASE}gcc CC = ${TOOL_BASE}gcc