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]

Re: CVS conflict avoidance


Robert Lipe <robertl@dgii.com> writes:

> We have several files in EGCS that are generated from other files in 
> EGCS.  These include pairs like configure.in and configure and *-parse.y
> and *-parse.c.
> 
> If you are using remote CVS and don't have exactly the same version of
> autoconf or bison or byacc or whatever, the timestamp thing can sneak up
> on you.  For example, if we do an update and CVS ships is both parse.c
> and parse.y, CVS guarantees that they'll arrive alphabetically (sigh).
> So *this time*, make will regenerate parse.c from parse.y.  Now, say we

...

> Can anyone think of a better way to handle this?

How about renaming the files so alphabetical order is OK?

Joe Buehler


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