use LOCAL.config
This commit is contained in:
parent
41e0f84ca6
commit
52fdc1a547
1 changed files with 8 additions and 1 deletions
9
INSTALL
9
INSTALL
|
|
@ -4,7 +4,7 @@ PLAN9=`pwd` export PLAN9
|
||||||
PATH=$PLAN9/bin:$PATH export PATH
|
PATH=$PLAN9/bin:$PATH export PATH
|
||||||
|
|
||||||
echo "Resetting $PLAN9/config"
|
echo "Resetting $PLAN9/config"
|
||||||
rm -f $PLAN9/config
|
rm -f config
|
||||||
|
|
||||||
(
|
(
|
||||||
if [ `uname` = Linux ]; then
|
if [ `uname` = Linux ]; then
|
||||||
|
|
@ -23,6 +23,13 @@ if [ `uname` = Linux ]; then
|
||||||
fi
|
fi
|
||||||
rm -f ./a.out
|
rm -f ./a.out
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f LOCAL.config ]; then
|
||||||
|
echo Using LOCAL.config options:
|
||||||
|
sed 's/^/ /' LOCAL.config
|
||||||
|
cat LOCAL.config >>config
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Building mk..."
|
echo "Building mk..."
|
||||||
cd src
|
cd src
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue