URI: 
       tlog everything - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 95d46638678d0a3981494693631cc16b274855f8
   DIR parent 1e889aae5fb24f36a1c6a9ea3ea90400916301e2
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 14 Jan 2005 18:02:48 +0000
       
       log everything
       
       Diffstat:
         M INSTALL                             |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/INSTALL b/INSTALL
       t@@ -3,6 +3,7 @@
        PLAN9=`pwd` export PLAN9
        PATH=$PLAN9/bin:$PATH export PATH
        
       +(
        echo "Building mk..."
        cd src
        make
       t@@ -11,7 +12,7 @@ mk clean
        mk libs-nuke
        mk all
        echo "Installing everything..."
       -mk install | tee -a mk-install.log
       +mk install 
        echo "Cleaning up..."
        mk clean
        echo "Renaming hard-coded /usr/local/plan9 paths..."
       t@@ -27,3 +28,4 @@ echo "Add these to your profile environment."
        echo "        PLAN9=$PLAN9 export PLAN9"
        echo '        PATH=$PATH:'"$PLAN9/bin export PATH"
        
       +) 2>&1 | tee mk-install.log