mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
b23ca15651
commit
41343a8f05
@ -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 `='.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user