commit c49b45ed3e1f7d163de0ffa4000b74e6b3999a11
parent 4b58d457076fa1ee3d86ed31162a0721ebf44862
Author: Russ Cox <rsc@golang.org>
Date: Mon, 3 Oct 2011 16:08:14 -0400
INSTALL: use mk -k
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
@@ -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."