aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ChangeLog6
-rwxr-xr-xcontrib/gcc_update1
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index c2a711d..c4f9d829 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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 `='.
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 486d9fe..5f38d48 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -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