morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 863612fa7ae871f8dfa8a8f983f4bea73257c16c
parent ac0731fa22f49f0d3d423c779099dca3d8ae55dd
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Wed, 26 Mar 2014 22:12:03 +0000

Support ports being in some other location

Diffstat:
Mbuild/mk.deps | 2+-
Mconfig.def.mk | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/mk.deps b/build/mk.deps @@ -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); \ diff --git a/config.def.mk b/config.def.mk @@ -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