mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
INSTALL: use mk -k
This commit is contained in:
parent
4b58d45707
commit
c49b45ed3e
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -105,7 +105,7 @@ if $dobuild; then
|
||||||
echo "* Warning: not all binaries built successfully."
|
echo "* Warning: not all binaries built successfully."
|
||||||
fi
|
fi
|
||||||
echo "* Installing everything in $PLAN9/bin..."
|
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
|
if [ ! -x $PLAN9/bin/cleanname -o ! -x $PLAN9/bin/acme -o ! -x $PLAN9/bin/sam ]; then
|
||||||
echo " "
|
echo " "
|
||||||
echo "* Warning: not all binaries built successfully."
|
echo "* Warning: not all binaries built successfully."
|
||||||
|
|
Loading…
Reference in a new issue