diff options
author | rsc <devnull@localhost> | 2005-01-14 18:02:48 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 18:02:48 +0000 |
commit | 95d46638678d0a3981494693631cc16b274855f8 (patch) | |
tree | 13e4fbde319401f1637363b1631e4df0a277a510 /INSTALL | |
parent | 1e889aae5fb24f36a1c6a9ea3ea90400916301e2 (diff) | |
download | plan9port-95d46638678d0a3981494693631cc16b274855f8.tar.gz plan9port-95d46638678d0a3981494693631cc16b274855f8.tar.bz2 plan9port-95d46638678d0a3981494693631cc16b274855f8.zip |
log everything
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |