This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: cvs.html and bison


bison is now a required tool for users of our CVS tree, so there cannot
be CVS conflicts for bison generated files any longer.

Gerald

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.70
diff -u -3 -p -r1.70 cvs.html
--- cvs.html	24 Jun 2002 13:50:27 -0000	1.70
+++ cvs.html	4 Jul 2002 11:11:13 -0000
@@ -98,7 +98,7 @@ is: Autoconf, Bison, Xgettext, Automake,

 <p>It is not uncommon to get CVS conflict messages for some generated files
 when updating your local sources from the CVS repository.  Typically such
-conflicts occur with bison or autoconf generated files.</p>
+conflicts occur with autoconf generated files.</p>

 <p>As long as you haven't been making modifications to the generated files
 or the generator files, it is safe to delete the offending file, then run


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]