From f5dcf6d9e22f5ab215126d7adce2edd67f980cd0 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 29 Nov 2005 01:15:02 +0000 Subject: need this --- dist/buildmk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 dist/buildmk (limited to 'dist/buildmk') diff --git a/dist/buildmk b/dist/buildmk new file mode 100755 index 00000000..dfeebb54 --- /dev/null +++ b/dist/buildmk @@ -0,0 +1,16 @@ +#!/bin/sh + +# run this in the src directory +SYSNAME=`uname` export SYSNAME +OBJTYPE=`uname -m | sed ' + s;i.86;386;; + s;amd64;x86_64;; + s;/.*;;; s; ;;g; + s;armv4l;arm;g; + s;PowerMacintosh;power;g; + s;macppc;power;g; + s;ppc64;power;g; + s;ppc;power;g; + '` export OBJTYPE +sh -x mkmk.sh + -- cgit v1.2.3