ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 1463c41ab1af629c9df7c7cf1ab34bdf2284933a
parent 174627cfbc8968016095941401726937a2b412bc
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Thu, 27 Mar 2014 06:51:01 +0000

Add stage0 target

cd ports/stage0
mk install

Diffstat:
Astage0/file | 2++
Astage0/fs | 2++
Astage0/hbase | 2++
Astage0/mkfile | 4++++
Astage0/mksh | 2++
Astage0/sbase | 2++
Astage0/ubase | 2++
Astage0/zlib | 2++
8 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/stage0/file b/stage0/file @@ -0,0 +1 @@ +../file +\ No newline at end of file diff --git a/stage0/fs b/stage0/fs @@ -0,0 +1 @@ +../fs +\ No newline at end of file diff --git a/stage0/hbase b/stage0/hbase @@ -0,0 +1 @@ +../hbase +\ No newline at end of file diff --git a/stage0/mkfile b/stage0/mkfile @@ -0,0 +1,4 @@ +TARG = fs hbase sbase ubase mksh zlib file + +<$mkbuild/mk.parent + diff --git a/stage0/mksh b/stage0/mksh @@ -0,0 +1 @@ +../mksh +\ No newline at end of file diff --git a/stage0/sbase b/stage0/sbase @@ -0,0 +1 @@ +../sbase +\ No newline at end of file diff --git a/stage0/ubase b/stage0/ubase @@ -0,0 +1 @@ +../ubase +\ No newline at end of file diff --git a/stage0/zlib b/stage0/zlib @@ -0,0 +1 @@ +../zlib +\ No newline at end of file