* gcc_release (build_diffs): Remove reference to Chill.

From-SVN: r52614
This commit is contained in:
Mark Mitchell 2002-04-22 16:00:13 +00:00 committed by Mark Mitchell
parent 5c9c129397
commit 0a528c61ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-22 Mark Mitchell <mark@codesourcery.com>
* gcc_release (build_diffs): Remove reference to Chill.
2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
* update_web_docs (MANUALS): Remove chill. Add gnat_rm.

View File

@ -299,7 +299,7 @@ build_diffs() {
old_vers=${old_file%.tar.gz}
old_vers=${old_vers#gcc-}
inform "Building diffs against version $old_vers"
for f in gcc gcc-ada gcc-chill gcc-g++ gcc-g77 gcc-java gcc-objc gcc-testsuite gcc-core; do
for f in gcc gcc-ada gcc-g++ gcc-g77 gcc-java gcc-objc gcc-testsuite gcc-core; do
old_tar=${old_dir}/${f}-${old_vers}.tar.gz
new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.gz
if [ -e $old_tar ] && [ -e $new_tar ]; then