* gcc_release: Add /usr/local/bin to path when local.
From-SVN: r47173
This commit is contained in:
parent
598f4c4c13
commit
f83fd9ae2e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
|
* gcc_release: Add /usr/local/bin to path when local.
|
||||||
|
|
||||||
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
|
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
* update_web_docs: Set SOURCEDIR so that install manual can be
|
* update_web_docs: Set SOURCEDIR so that install manual can be
|
||||||
|
|
|
@ -462,7 +462,7 @@ while getopts "d:fr:u:t:p:sl" ARG; do
|
||||||
l) LOCAL=1
|
l) LOCAL=1
|
||||||
SCP=cp
|
SCP=cp
|
||||||
FTP_PATH=~ftp/pub/gcc
|
FTP_PATH=~ftp/pub/gcc
|
||||||
PATH=~:$PATH;;
|
PATH=~:/usr/local/bin:$PATH;;
|
||||||
p) OLD_TARS="${OLD_TARS} ${OPTARG}";;
|
p) OLD_TARS="${OLD_TARS} ${OPTARG}";;
|
||||||
\?) usage;;
|
\?) usage;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue