From d778f4b0cd93dd08c913ce458b461ea7d9c5190c Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Sat, 21 Dec 1996 20:46:19 +0000 Subject: 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. --- distrib/powerpc/runlist.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 distrib/powerpc/runlist.sh (limited to 'distrib/powerpc/runlist.sh') 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} -- cgit v1.2.3