plan9port/dist/buildmk

18 lines
289 B
Text
Raw Normal View History

2005-11-29 01:15:02 +00:00
#!/bin/sh
# run this in the src directory
SYSNAME=`uname` export SYSNAME
2009-07-14 22:55:52 -07:00
OBJTYPE=`uname -p | sed '
2005-11-29 01:15:02 +00:00
s;i.86;386;;
2008-12-01 19:12:12 -05:00
s;i86pc;386;;
2005-11-29 01:15:02 +00:00
s;amd64;x86_64;;
s;/.*;;; s; ;;g;
s;armv4l;arm;g;
2009-07-14 22:55:52 -07:00
s;powerpc;power;g;
2005-11-29 01:15:02 +00:00
s;macppc;power;g;
s;ppc64;power;g;
s;ppc;power;g;
'` export OBJTYPE
sh -x mkmk.sh