From: Joseph Myers Date: Fri, 22 Dec 2000 09:30:15 +0000 (+0000) Subject: * release: Change some EGCS references to GCC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d6fd5fd067e4341aed25cb3e76540b6ff17d277;p=gcc.git * release: Change some EGCS references to GCC. From-SVN: r38448 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3aa918c828c..77c86023866 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2000-12-22 Joseph S. Myers + + * release: Change some EGCS references to GCC. + 2000-12-14 Kaveh R. Ghazi * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc diff --git a/contrib/release b/contrib/release index ca6f0b2bf06..b0e6a55f37e 100644 --- a/contrib/release +++ b/contrib/release @@ -84,11 +84,11 @@ fi # the repository, then check out the release branch, then retag the release # branch. if test $dotag = yes; then - rm -rf egcs - cvs -Q rtag -d $release_tag egcs - cvs -Q co -r $release_branch egcs + rm -rf gcc + cvs -Q rtag -d $release_tag gcc + cvs -Q co -r $release_branch gcc cvs -Q tag -f $release_tag - rm -rf egcs + rm -rf gcc fi # Get a copy of the previous release. Get it from the ftp dir to avoid minor @@ -101,23 +101,23 @@ else zcat ~ftp/pub/gcc/releases/$last_release_name/$last_release_name.tar.gz | tar xf - fi -# Files/directories which are not part of the egcs-core module. +# Files/directories which are not part of the gcc-core module. noncore_files="gcc/cp libio libstdc++ gcc/f libf2c gcc/objc libobjc gcc/ch libchill gcc/java libjava gcc/testsuite" -# Get the egcs core. Note that the egcs-core module doesn't work yet, so +# Get the gcc core. Note that the gcc-core module doesn't work yet, so # we get the whole directory, then prune the things we do not want. # # Also, get the latest copy of the installation instructions and the # faq in html, build plaintext versions of those documents. -cvs -Q export -ko -r$release_tag egcs -cd egcs +cvs -Q export -ko -r$release_tag gcc +cd gcc contrib/gcc_update --touch cp ${GCCBASE}/gcc.pot gcc/po cd .. cvs -Q export -ko -Dnow wwwdocs/htdocs/install cvs -Q export -ko -Dnow wwwdocs/htdocs/faq.html #cvs -Q export -ko -Dnow wwwdocs/htdocs/bugs.html -mv egcs $release_name +mv gcc $release_name release_docs $release_name $$ # Build a list of files in this release. @@ -163,15 +163,15 @@ else zcat ~ftp/pub/gcc/releases/$last_release_name/$last_release_name.tar.gz | tar xf - fi -cvs -Q export -ko -r$release_tag egcs -cd egcs +cvs -Q export -ko -r$release_tag gcc +cd gcc contrib/gcc_update --touch cp ${GCCBASE}/gcc.pot gcc/po cd .. cvs -Q export -ko -Dnow wwwdocs/htdocs/install cvs -Q export -ko -Dnow wwwdocs/htdocs/faq.html #cvs -Q export -ko -Dnow wwwdocs/htdocs/bugs.html -mv egcs $release_name +mv gcc $release_name find $release_name/gcc/testsuite -type f -print | xargs rm -f release_docs $release_name $$