summaryrefslogtreecommitdiff
path: root/distrib/powerpc/runlist.sh
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1996-12-21 20:46:19 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1996-12-21 20:46:19 +0000
commitd778f4b0cd93dd08c913ce458b461ea7d9c5190c (patch)
tree12227a1685c9b4744d06a8c7f1c4add76a48769c /distrib/powerpc/runlist.sh
parent18bfa0d968e3c3bb24239eaf982fb33bb185bf19 (diff)
Check-in of powerpc distrib support.
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. The distrib pieces will not work until the ELF crunchgen support is checked in.
Diffstat (limited to 'distrib/powerpc/runlist.sh')
-rw-r--r--distrib/powerpc/runlist.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/distrib/powerpc/runlist.sh b/distrib/powerpc/runlist.sh
new file mode 100644
index 00000000000..8693fe51865
--- /dev/null
+++ b/distrib/powerpc/runlist.sh
@@ -0,0 +1,13 @@
+# $NetBSD: runlist.sh,v 1.1 1995/07/18 04:13:01 briggs Exp $
+
+if [ "X$1" = "X-d" ]; then
+ SHELLCMD=cat
+ shift
+else
+ SHELLCMD="sh"
+fi
+
+( while [ "X$1" != "X" ]; do
+ cat $1
+ shift
+done ) | awk -f ${TOPDIR}/list2sh.awk | ${SHELLCMD}