PATCH: gcc/gcc_update egcs->GCC

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Thu Apr 27 18:24:00 GMT 2000


Time to remove the final obsolete traces of egcs... Installed.

(Jeff, perhaps you might want to move gcc_update 1.1+1.3+1.5 to the
release branch?)

2000-04-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
	* gcc_update: Refer to GCC and gcc_update instead of egcs and
	egcs_update.

Gerald

Index: gcc_update
===================================================================
RCS file: /cvs/gcc/egcs/contrib/gcc_update,v
retrieving revision 1.4
diff -c -3 -p -r1.4 gcc_update
*** gcc_update	2000/04/18 22:34:06	1.4
--- gcc_update	2000/04/28 01:18:06
***************
*** 1,6 ****
  #! /bin/sh
  #
! # Update a local CVS tree from the egcs repository, with an emphasis
  # on treating generated files correctly, so that autoconf, bison et
  # al are not required for the ``end'' user.
  #
--- 1,6 ----
  #! /bin/sh
  #
! # 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,35 ****
  #
  # 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
  #
  #
! # (C) 1998-1999 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
--- 21,35 ----
  #
  # Examples:
  #
! # 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-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
*************** apply_patch () {
*** 134,140 ****
  
  # 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!"
      exit
  fi
  
--- 134,140 ----
  
  # Check whether this indeed looks like a local tree.
  if [ ! -f gcc/version.c ]; then
!     echo "This does not seem to be a GCC tree!"
      exit
  fi
  
*************** esac
*** 181,187 ****
  
  # 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!"
      exit
  fi
  
--- 181,187 ----
  
  # Check whether this indeed looks like a local CVS tree.
  if [ ! -d CVS ]; then
!     echo "This does not seem to be a GCC CVS tree!"
      exit
  fi
  



More information about the Gcc-patches mailing list