$OpenBSD: patch-INSTALL,v 1.2 2014/03/09 20:26:48 pascal Exp $
--- INSTALL.orig	Thu Mar  6 11:00:08 2014
+++ INSTALL	Sun Mar  9 20:58:02 2014
@@ -150,7 +150,7 @@ cd src
 if $dobuild; then
 	if [ ! -x ../bin/mk ]; then
 		echo "* Building mk..."
-		../dist/buildmk 2>&1 | sed 's/^[+] //'
+		../dist/buildmk 2>&1
 	fi
 	if [ ! -x ../bin/mk ]; then
 		echo "* Error: mk failed to build."
@@ -158,7 +158,6 @@ if $dobuild; then
 	fi
 	
 	echo "* Building everything (be patient)..."
-	mk clean
 	mk libs-nuke
 	mk all || exit 1
 	if [ ! -x $PLAN9/src/cmd/o.cleanname -o ! -x $PLAN9/src/cmd/acme/o.acme ]; then
@@ -213,5 +212,5 @@ if $doinstall; then
 	echo "	PLAN9=$PLAN9 export PLAN9"
 	echo '	PATH=$PATH:$PLAN9/bin export PATH'
 fi
-) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum
+) 2>&1 | tee install.log
 
