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: Can we remove bison output from cvs?


> Can the repository be split?  I.e.  the main repository contains the
> hand crafted text files and a secondary repository contains derived text
> for people without the "proper" tools.  Releases would, of course,
> have to contain a merge of the trees.  For anyone to build without
> all the development tools, they would have to cvs-get both trees and
> do a symlink merge a la "mkmerge" or  a fairly straight forward script.

can handle multiple modules which may overlap in directory trees.  So
if things are handled that way, you'd just check out a different module
to get the generated files alongside with the source.
The main cost is checking in the generated files whenever the source files
are changed.
Although it should be possible to do this automatically on the server
side, but that'll need someone to tinker with the configuration to get
it running.


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