This is the mail archive of the gcc@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]

Re: Using GCC 2.95 as a bootstrap compiler


> [ gcc -> gcc-patches ]
> 
> On Fri, 31 Oct 2003, Richard Earnshaw wrote:
> > I think we should tailor .cvsignore for use with our repository.  Anyone
> > importing the files into another repository probably has to fix up other
> > things as well (killing off other files that are no-longer live, for
> > example), so I'm not too worried about that.
> >
> > If these files are in the .cvsignore, then I think that's an error.
> 
> Do you approve the following patch, then? :-)
> 
> Gerald
> 
> 2003-10-31  Gerald Pfeifer  <gerald@pfeifer.com>
> 
>         * .cvsignore: No longer ignore gengtype-lex.c, gengtype-yacc.c,
>         and gengtype-yacc.h.
> 
> Index: .cvsignore
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/.cvsignore,v
> retrieving revision 1.11
> diff -u -3 -p -r1.11 .cvsignore
> --- .cvsignore  10 Jun 2002 02:36:06 -0000      1.11
> +++ .cvsignore  31 Oct 2003 11:53:53 -0000
> @@ -6,6 +6,3 @@ cscope.files
>  cscope.out
>  cscope.in.out
>  cscope.po.out
> -gengtype-lex.c
> -gengtype-yacc.c
> -gengtype-yacc.h
> 

Yep.

R.


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