commit f5dcf6d9e22f5ab215126d7adce2edd67f980cd0 parent 4a4a4f2681a61bfd45ec53e47d8eb2cc89ef0408 Author: rsc <devnull@localhost> Date: Tue, 29 Nov 2005 01:15:02 +0000 need this Diffstat:
A | dist/buildmk | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/dist/buildmk 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 +