Re: 2.5.21: kbuild changes broke filenames with commas

Daniel Phillips (phillips@bonn-fries.net)
Tue, 11 Jun 2002 18:22:37 +0200


On Tuesday 11 June 2002 18:14, Alexander Viro wrote:
> On Tue, 11 Jun 2002, Daniel Phillips wrote:
>
> > > Is it really worth adding complexity to a build system to work around
> > > what is really a GCC bug for just one file? I don't think so.
> >
> > Are you sure that complexity was added just to handle commas in names?
> > Or is it really an example of how good design never gave this bug a
> > chance to exist in the first palce.
> >
> > I *really* don't like the idea of papering over such bugs by curing the
> > symptoms, as you seem to be advocating.
>
> AFAICS you are advocating exactly that - papering over the idiotic
> gcc options syntax by kludges in build system...

So you want to leave this hole sitting there waiting for someone else
to step in it, until gcc gets fixed? I'd think a bug report would be
a more effective solution than holding one's breath until blue in the
face.

I don't have a problem with fixing this at the interface to gcc level,
as then it's fixed definitively for the whole kbuild system. I do have
a problem with just changing the names of files that trigger the bug,
that's sloppy beyond the belief and it's the stuff that substandard
systems are made of.

-- 
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/