This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [PATCH] remove ada-exp.tab.c


> * 2002-06-04  Aidan Skinner <aidan@velvet.net>
> 	* ada-exp.tab.c: remove, it's a generated file
> 
> (no patch, I'd just cvs remove the file)

But if you remove it, you force the dependency on yacc or bison when
building GDB, which may not be available on all machines. At ACT, we
have taken a different approach where we have this filed checked in our
repository, and we regenerate it when we modify ada-exp.y. The same goes
for ada-lex.c, generated from ada-lex.l.

The situation is analogus to configure and configure.in. 
-- 
Joel


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