mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
* gcc_build: New script.
From-SVN: r35061
This commit is contained in:
parent
b9faa6b6c7
commit
90b65165dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user