changeset 2463:700194706c93

Comment-out vc_branch reference to build gcc.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 23 Oct 2006 19:10:22 +0100
parents b51841ee2044
children 824a2af357e9
files lib/gub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gub.py	Tue Oct 24 16:58:55 2006 +0100
+++ b/lib/gub.py	Mon Oct 23 19:10:22 2006 +0100
@@ -36,7 +36,7 @@
 
         s = ('%(name)s' % dict) + sub_name
 
-        branch = self.expand ('%(vc_branch)s')
+        branch = None #self.expand ('%(vc_branch)s')
 
         if branch:
             self._dict['vc_branch_suffix'] = '-' + branch