tgone - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2d658c0d185051b0bea78c8273a2933a586e617b
 (DIR) parent f5dcf6d9e22f5ab215126d7adce2edd67f980cd0
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 29 Nov 2005 01:24:29 +0000
       
       gone
       
       Diffstat:
         D src/Makefile                        |      19 -------------------
       
       1 file changed, 0 insertions(+), 19 deletions(-)
       ---
 (DIR) diff --git a/src/Makefile b/src/Makefile
       t@@ -1,19 +0,0 @@
       -../bin/mk: mkmk.sh
       -        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; \
       -        PATH=/bin:/usr/bin:/usr/local/bin:`pwd`/../bin:$$PATH export PATH; \
       -        PLAN9=`pwd`/.. export PLAN9; \
       -        sh -x mkmk.sh
       -
       -all clean install nuke: ../bin/mk
       -        mk $@
       -