From 41343a8f05b38e3fea23a13cf1e3ff84f0310dfb Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Date: Wed, 30 Aug 2000 23:56:42 +0200
Subject: [PATCH] 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
---
 contrib/ChangeLog  | 6 ++++++
 contrib/gcc_update | 1 +
 2 files changed, 7 insertions(+)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index c2a711d407c1..c4f9d829e964 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 486d9fe32f5a..5f38d48239dc 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
-- 
GitLab