aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-10-03 16:08:14 -0400
committerRuss Cox <rsc@golang.org>2011-10-03 16:08:14 -0400
commitc49b45ed3e1f7d163de0ffa4000b74e6b3999a11 (patch)
treec8618f92e8c7be4e06571353b27290d573c99cbf /INSTALL
parent4b58d457076fa1ee3d86ed31162a0721ebf44862 (diff)
downloadplan9port-c49b45ed3e1f7d163de0ffa4000b74e6b3999a11.tar.gz
plan9port-c49b45ed3e1f7d163de0ffa4000b74e6b3999a11.tar.bz2
plan9port-c49b45ed3e1f7d163de0ffa4000b74e6b3999a11.zip
INSTALL: use mk -k
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e9928ca9..c4ef316f 100755
--- 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."