PATCH: Remove generated YACC stuff

Alexandre Oliva aoliva@redhat.com
Mon Jul 31 10:24:00 GMT 2000


On Jul 30, 2000, Mark Mitchell <mark@codesourcery.com> wrote:

>   objc-parse.y: c-parse.in
> 	  (rule to build objc-parse.y)
>   c-parse.y: objc-parse.y c-parse.in
> 	  (rule to build c-parse.y)

> If we're going to do that, why not just have both rules, without the
> extra dependency?  That seems simplest, and should work with parallel
> make.

I think the point was to ensure that both files are built by the same
tool.  I see why this is important in the case of the `.c' files
generated by the `.y' ones, but I miss the point of doing that in the
rules for creation of the `.y' files.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-patches mailing list