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:
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