INSTALL: add -r flag
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
This commit is contained in:
parent
363062eab4
commit
89ec3cde42
4 changed files with 19 additions and 2 deletions
6
INSTALL
6
INSTALL
|
|
@ -14,8 +14,12 @@ x-c)
|
|||
dobuild=false
|
||||
doinstall=true
|
||||
;;
|
||||
x-r)
|
||||
shift
|
||||
PLAN9_TARGET=$1 export PLAN9_TARGET
|
||||
;;
|
||||
*)
|
||||
echo 'usage: INSTALL [-b | -c]' 1>&2
|
||||
echo 'usage: INSTALL [-b | -c] [-r path]' 1>&2
|
||||
exit 1
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue