Re: [kbuild-devel] Re: [patch] config language dep_* enhancements

2002-08-16 Thread Roman Zippel
Hi, On Fri, 16 Aug 2002, Greg Banks wrote: > The easy targets being done now are mostly things that I believe would need > to be done regardless of the eventual strategy, be it a) do nothing b) make > the existing system suck less c) replace the parsers and keep the rules > d) replace everything

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Kai Germaschewski
On Thu, 15 Aug 2002, Peter Samuelson wrote: > The more I think about it, the more I think the default if_dep should > do the m-restricting thing. That way: > > dep_bool FOO1 BAR BAZ > dep_mbool FOO2 BAR BAZ > dep_tristate FOO3 BAR BAZ > > is exactly equivalent to > > if_dep BAR BAZ >

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Peter Samuelson
[Kai Germaschewski] > Seeing it from that point of view, it may actually turn into > something which can agree with much more easily. Great! I've been hoping for your support - not only because I respect your judgment, but also because Linus takes patches from you. (: > Maybe it actually suffi

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Roman Zippel
Hi, On Fri, 16 Aug 2002, Kai Germaschewski wrote: > Oh well, I think the only way to find out if all that is really a good > idea is to try, convert some config.in's and look at the result. I really hate to spoil the fun, but could someone explain to me, why this is necessary? What problems doe

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Peter Samuelson
[Roman Zippel] > I really hate to spoil the fun (: > but could someone explain to me, why this is necessary? What > problems does that fix? It's not necessary, technically - it doesn't directly fix any bugs. It falls under "cleanup", and as such, it is supposed to make bugs harder to write an

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Roman Zippel
Hi, On Fri, 16 Aug 2002, Peter Samuelson wrote: > Basically the current discussion revolves around the best way to > evolve the config language to make it more suitable for its purpose. > This is of course in contrast to what ESR and you have tried, which is > to replace the whole thing. I have

Re: [kbuild-devel] RFC: kernel config: new dependency syntax

2002-08-16 Thread Peter Samuelson
[I wrote] > I've come up with syntax I think I'm happy with. Thank you one and all for all the discussion and suggestions for improvement on my proposals. I've incorporated a lot of feedback. I know I promised to try and come up with a working prototype including some Config.in files, but some