This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Using GCC 2.95 as a bootstrap compiler
- From: Kelley Cook <kcook34 at ford dot com>
- To: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, gerald at pfeifer dot com
- Date: Fri, 31 Oct 2003 10:43:46 -0500
- Subject: Re: Using GCC 2.95 as a bootstrap compiler
- Hop-count: 1
- References: <Pine.BSF.4.58.0310311539160.98868@naos.dbai.tuwien.ac.at> <200310311147.h9VBl2926637@pc960.cambridge.arm.com>
- Reply-to: Kelley Cook <kelleycook at wideopenwest dot com>
> 2003-10-31 Gerald Pfeifer <gerald@pfeifer.com>
>
> * .cvsignore: No longer ignore gengtype-lex.c, gengtype-yacc.c,
> and gengtype-yacc.h.
Gerald,
Cleaning up .cvsignore was actually on my list of things to do, now that
PR10996 is done. Though I didn't think their was a potential bootstrap
problem, so I was originally planning on waiting until after PR12744 was
done to make sure everything was right.
I don't know if anything else can get skewed, but it would bet that you
would want to remove everything except cscope* from .cvsignore in the
gcc directory. You also should also get rid of parse.c and parse-scan.c
in java/.cvsignore and delete objc/.cvsignore. All these have been
changed do to $(parsedir) and until PR12744 is done, version skew is
possible.
Don't worry about the doco files until after I complete PR12744 (in
which I'll now include .cvsignore patches for); currently any generated
document files in the source directory are completely ignored, so no
harm there.
Kelley Cook