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]

Re: PATCH: Remove generated YACC stuff


>>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:

    Kaveh> Er, doesn't that simply reintroduce the whole
    Kaveh> c-parse/objc-parse synchronization problem again?

Not if it's done by an automatic `cvs commit' script.

There are two synchronization issues: remembering to check in the
changes, and making sure timestamps are right on the .c files.

The biggest problem with Richard's scheme is that it might not play
nice if you're building with srcdir == objdir.  Some day we should
actually make GCC buildable with `./configure; make; make install'.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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