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

View File

@ -1,7 +1,7 @@
`{ 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 path in $paths; do \
dir=$(dirname $path); \

View File

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