aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 18:02:48 +0000
committerrsc <devnull@localhost>2005-01-14 18:02:48 +0000
commit95d46638678d0a3981494693631cc16b274855f8 (patch)
tree13e4fbde319401f1637363b1631e4df0a277a510 /INSTALL
parent1e889aae5fb24f36a1c6a9ea3ea90400916301e2 (diff)
downloadplan9port-95d46638678d0a3981494693631cc16b274855f8.tar.gz
plan9port-95d46638678d0a3981494693631cc16b274855f8.tar.bz2
plan9port-95d46638678d0a3981494693631cc16b274855f8.zip
log everything
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 97742dd6..fe355f31 100755
--- a/INSTALL
+++ b/INSTALL
@@ -3,6 +3,7 @@
PLAN9=`pwd` export PLAN9
PATH=$PLAN9/bin:$PATH export PATH
+(
echo "Building mk..."
cd src
make
@@ -11,7 +12,7 @@ mk clean
mk libs-nuke
mk all
echo "Installing everything..."
-mk install | tee -a mk-install.log
+mk install
echo "Cleaning up..."
mk clean
echo "Renaming hard-coded /usr/local/plan9 paths..."
@@ -27,3 +28,4 @@ echo "Add these to your profile environment."
echo " PLAN9=$PLAN9 export PLAN9"
echo ' PATH=$PATH:'"$PLAN9/bin export PATH"
+) 2>&1 | tee mk-install.log