OSDN Git Service

* gcc_build: New script.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jul 2000 18:08:33 +0000 (18:08 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jul 2000 18:08:33 +0000 (18:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35061 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/gcc_build

index a5bf864..27d7f00 100755 (executable)
@@ -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