Experimental build scripts using apout and binfmt_misc
authorNick Downing <nick@ndcode.org>
Thu, 6 Jun 2019 12:43:31 +0000 (22:43 +1000)
committerNick Downing <nick@ndcode.org>
Thu, 6 Jun 2019 12:43:31 +0000 (22:43 +1000)
usr/src/cmd/n.sh [new file with mode: 0755]
usr/sys/conf/n.sh [new file with mode: 0755]

diff --git a/usr/src/cmd/n.sh b/usr/src/cmd/n.sh
new file mode 100755 (executable)
index 0000000..4387a42
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+export APOUT_ROOT=`pwd`/../../..
+export PATH=`pwd`/../../../bin:`pwd`
+./makeall
diff --git a/usr/sys/conf/n.sh b/usr/sys/conf/n.sh
new file mode 100755 (executable)
index 0000000..f439d91
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+export APOUT_ROOT=`pwd`/../../..
+export PATH=`pwd`/../../../bin:`pwd`
+./mkconf <rktmconf
+make all unix