plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 95d46638678d0a3981494693631cc16b274855f8
parent 1e889aae5fb24f36a1c6a9ea3ea90400916301e2
Author: rsc <devnull@localhost>
Date:   Fri, 14 Jan 2005 18:02:48 +0000

log everything

Diffstat:
MINSTALL | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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