tINSTALL: use mk -k - 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 c49b45ed3e1f7d163de0ffa4000b74e6b3999a11
 (DIR) parent 4b58d457076fa1ee3d86ed31162a0721ebf44862
 (HTM) Author: Russ Cox <rsc@golang.org>
       Date:   Mon,  3 Oct 2011 16:08:14 -0400
       
       INSTALL: use mk -k
       
       Diffstat:
         M INSTALL                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/INSTALL b/INSTALL
       t@@ -105,7 +105,7 @@ if $dobuild; then
                        echo "* Warning: not all binaries built successfully."
                fi
                echo "* Installing everything in $PLAN9/bin..."
       -        mk install || exit 1
       +        mk -k install || exit 1
                if [ ! -x $PLAN9/bin/cleanname -o ! -x $PLAN9/bin/acme -o ! -x $PLAN9/bin/sam ]; then
                        echo " "
                        echo "* Warning: not all binaries built successfully."