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]
Other format: [Raw text]

Re: gengtype-{lex,yacc}.c rules broken


On Jan 13, 2003, "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:

> Please not .cT, rather use $$$$ (becomes $$ to sh) so it's unique.
> Otherwise simultaneous builds from the same source tree clobber each
> other.

Ah, sorry, I was thinking this file was supposed to be created in the
build tree.  Now it is, but we have filenames that don't comply with
the 8.3 rule.  Do we still care?  Replace .$$$$ with -$$$$ in
gengtype-yacc.c, maybe?  Or, since it's created in the build tree,
just use a fixed name anyway.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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