diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-07-16 18:08:33 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-07-16 18:08:33 +0000 |
commit | 90b65165ddfbd45f15100cf14ebc2d5cca2c6cba (patch) | |
tree | b3d41588f25b2ca117b780a53755399890c099ca /contrib/gcc_build | |
parent | b9faa6b6c7dc89badb3a079033d6e5e766da66de (diff) | |
download | gcc-90b65165ddfbd45f15100cf14ebc2d5cca2c6cba.zip gcc-90b65165ddfbd45f15100cf14ebc2d5cca2c6cba.tar.gz gcc-90b65165ddfbd45f15100cf14ebc2d5cca2c6cba.tar.bz2 |
* gcc_build: New script.
From-SVN: r35061
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-x | contrib/gcc_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build index a5bf864..27d7f00 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -45,7 +45,7 @@ # exit code. error() { - echo "build-gcc.sh: error: $1" + echo "gcc_build: error: $1" exit 1 } @@ -53,7 +53,7 @@ error() { usage() { cat <<EOF -build-gcc.sh [-c configure_options] +gcc_build [-c configure_options] [-d destination_directory] [-m make_options] [-u username] @@ -265,7 +265,7 @@ fi # Remove any old logfiles. rm -f ${LOGFILE} # Tell the user where to find the logfile. -echo "build-gcc.sh: The logfile for this run is ${LOGFILE}" +echo "gcc_build: The logfile for this run is ${LOGFILE}" # Checkout the tree. if [ ${CHECKOUT} -ne 0 ]; then |