mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
log everything
This commit is contained in:
parent
1e889aae5f
commit
95d4663867
1 changed files with 3 additions and 1 deletions
4
INSTALL
4
INSTALL
|
@ -3,6 +3,7 @@
|
||||||
PLAN9=`pwd` export PLAN9
|
PLAN9=`pwd` export PLAN9
|
||||||
PATH=$PLAN9/bin:$PATH export PATH
|
PATH=$PLAN9/bin:$PATH export PATH
|
||||||
|
|
||||||
|
(
|
||||||
echo "Building mk..."
|
echo "Building mk..."
|
||||||
cd src
|
cd src
|
||||||
make
|
make
|
||||||
|
@ -11,7 +12,7 @@ mk clean
|
||||||
mk libs-nuke
|
mk libs-nuke
|
||||||
mk all
|
mk all
|
||||||
echo "Installing everything..."
|
echo "Installing everything..."
|
||||||
mk install | tee -a mk-install.log
|
mk install
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
mk clean
|
mk clean
|
||||||
echo "Renaming hard-coded /usr/local/plan9 paths..."
|
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 " PLAN9=$PLAN9 export PLAN9"
|
||||||
echo ' PATH=$PATH:'"$PLAN9/bin export PATH"
|
echo ' PATH=$PATH:'"$PLAN9/bin export PATH"
|
||||||
|
|
||||||
|
) 2>&1 | tee mk-install.log
|
||||||
|
|
Loading…
Reference in a new issue