Commit 0a528c61 by Mark Mitchell Committed by Mark Mitchell

* gcc_release (build_diffs): Remove reference to Chill.

From-SVN: r52614
parent 5c9c1293
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment