INSTALL: use mk -k

This commit is contained in:
Russ Cox 2011-10-03 16:08:14 -04:00
parent 4b58d45707
commit c49b45ed3e

View file

@ -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."