gcc_update: Execute touch_files_reexec even if cvs update failed.

* gcc_update: Execute touch_files_reexec even if `cvs update`
	failed.

Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>

From-SVN: r36073
This commit is contained in:
Gerald Pfeifer 2000-08-30 23:56:42 +02:00 committed by Gerald Pfeifer
parent b23ca15651
commit 41343a8f05
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
Alexandre Oliva <aoliva@redhat.com>
* gcc_update: Execute touch_files_reexec even if `cvs update`
failed.
2000-08-09 Alexandre Oliva <aoliva@redhat.com>
* test_summary: AWK breaks with filenames containing `='.

View File

@ -193,6 +193,7 @@ fi
echo "Updating CVS tree"
cvs -q update ${1+"$@"}
if [ $? -ne 0 ]; then
(touch_files_reexec)
echo "CVS update of full tree failed." >&2
exit 1
fi