aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@gcc.gnu.org>2000-04-28 01:23:47 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2000-04-28 01:23:47 +0000
commitb9550bfbc60717467e93c5337306ed7748b57983 (patch)
treedd7722ea04d5e331a13b146557bf6cf93be46061 /contrib
parent2a9a326b172ca61ab8e1c4f60e81fb1df20364a1 (diff)
downloadgcc-b9550bfbc60717467e93c5337306ed7748b57983.zip
gcc-b9550bfbc60717467e93c5337306ed7748b57983.tar.gz
gcc-b9550bfbc60717467e93c5337306ed7748b57983.tar.bz2
gcc_update: Refer to GCC and gcc_update instead of egcs and egcs_update.
* gcc_update: Refer to GCC and gcc_update instead of egcs and egcs_update. From-SVN: r33497
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog7
-rwxr-xr-xcontrib/gcc_update20
2 files changed, 16 insertions, 11 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 1957b39..a1ebf0a 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,6 +1,11 @@
+2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * gcc_update: Refer to GCC and gcc_update instead of egcs and
+ egcs_update.
+
2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
- * index-prop: Fix occasional problem when using cvs diff -p
+ * index-prop: Fix occasional problem when using cvs diff -p.
2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 67b0020..1d3572b 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Update a local CVS tree from the egcs repository, with an emphasis
+# Update a local CVS tree from the GCC repository, with an emphasis
# on treating generated files correctly, so that autoconf, bison et
# al are not required for the ``end'' user.
#
@@ -21,15 +21,15 @@
#
# Examples:
#
-# contrib/egcs_update -r egcs_latest_snapshot
-# contrib/egcs_update -A
-# contrib/egcs_update --nostdflags -P -r egcs_1_1_branch gcc/testsuite
-# contrib/egcs_update --patch some-patch
-# contrib/egcs_update --touch
-# contrib/egcs_update --list
+# contrib/gcc_update -r gcc_latest_snapshot
+# contrib/gcc_update -A
+# contrib/gcc_update --nostdflags -P -r gcc-2_95-branch gcc/testsuite
+# contrib/gcc_update --patch some-patch
+# contrib/gcc_update --touch
+# contrib/gcc_update --list
#
#
-# (C) 1998-1999 Free Software Foundation
+# (C) 1998-2000 Free Software Foundation
# Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998.
#
# This script is Free Software, and it can be copied, distributed and
@@ -134,7 +134,7 @@ apply_patch () {
# Check whether this indeed looks like a local tree.
if [ ! -f gcc/version.c ]; then
- echo "This does not seem to be an egcs tree!"
+ echo "This does not seem to be a GCC tree!"
exit
fi
@@ -181,7 +181,7 @@ esac
# Check whether this indeed looks like a local CVS tree.
if [ ! -d CVS ]; then
- echo "This does not seem to be an egcs CVS tree!"
+ echo "This does not seem to be a GCC CVS tree!"
exit
fi