Re: [kbuild-devel] Some feedback on using kbuild

2002-06-30 Thread Greg Banks
Sam Ravnborg wrote: > > On Fri, Jun 28, 2002 at 05:42:53PM +1000, Greg Banks wrote: > > > > [...] kbuild-2.5 does not replace something simple with > > something complex, instead it replaces something complex and broken with > > something of greater complexity and not broken. [...] > > About curr

Re: [kbuild-devel] Re: [PATCH] kconfig: menuconfig and config uses $objtree

2002-06-30 Thread Greg Banks
Sam Ravnborg wrote: > > Every CML program > - > There are 3 CML programs within the kernel tree (Configure, menuconfig > and xconfig). To me the best thing that could happen was that they > disappeared, being replaced by a single config tool - that provided > the same type of inte

[kbuild-devel] PATCH 2.5: kconfig synchronise banners 3

2002-06-30 Thread Greg Banks
G'day, 1/3 definitions of CONFIG_BLK_DEV_FD have trivially different banners. [Rusty: this is the one davem didn't like, rejigged to remove "PC" from one case instead of add it to the other 2]. diff -ruN linux-2.5.24+patches4/drivers/block/Config.in linux-2.5.24/drivers/block/Config.in --- l

[kbuild-devel] PATCH 2.5: kconfig spurious bool default value (1/3)

2002-06-30 Thread Greg Banks
Some CML1 rule contributors seem to think that the "bool" statement takes a third argument which is the default value. It doesn't. diff -ruN linux-2.5.24+patches4/arch/ia64/config.in linux-2.5.24/arch/ia64/config.in --- linux-2.5.24+patches4/arch/ia64/config.in Sun Jun 30 19:45:22 2002 +++ li

[kbuild-devel] PATCH 2.5: kconfig spurious bool default value (2/3)

2002-06-30 Thread Greg Banks
Some CML1 rule contributors seem to think that the "bool" statement takes a third argument which is the default value. It doesn't. diff -ruN linux-2.5.24+patches4/arch/parisc/config.in linux-2.5.24/arch/parisc/config.in --- linux-2.5.24+patches4/arch/parisc/config.in Tue Jun 25 23:38:06 2002 +

[kbuild-devel] PATCH 2.5: kconfig spurious bool default value (3/3)

2002-06-30 Thread Greg Banks
Some CML1 rule contributors seem to think that the "bool" statement takes a third argument which is the default value. It doesn't. diff -ruN linux-2.5.24+patches4/arch/sh/config.in linux-2.5.24/arch/sh/config.in --- linux-2.5.24+patches4/arch/sh/config.in Sun Jun 30 19:45:23 2002 +++ linux-

[kbuild-devel] PATCH 2.5: kconfig spurious bool dependencies (1/2)

2002-06-30 Thread Greg Banks
Some instances of the "bool" statement have what appear to be dependencies like "dep_bool" after the 2nd argument, which are silently ignored by all current parsers. I have either trimmed the arguments or converted the "bool" to "dep_bool" as seemed appropriate. diff -ruN linux-2.5.24+patches4/

[kbuild-devel] PATCH 2.5: kconfig spurious bool dependencies (2/2)

2002-06-30 Thread Greg Banks
Some instances of the "bool" statement have what appear to be dependencies like "dep_bool" after the 2nd argument, which are silently ignored by all current parsers. I have either trimmed the arguments or converted the "bool" to "dep_bool" as seemed appropriate. diff -ruN linux-2.5.24+patches4/

[kbuild-devel] PATCH 2.5: kconfig spurious tristate dependencies

2002-06-30 Thread Greg Banks
Some instances of the "tristate" statement have what appear to be dependencies like "dep_tristate" after the 2nd argument, which are silently ignored by all current parsers. I have either trimmed the arguments or converted the "tristate" to "dep_tristate" as seemed appropriate. diff -ruN linux-

[kbuild-devel] PATCH 2.5: kconfig EXPERIMENTAL variant form

2002-06-30 Thread Greg Banks
The convention is that symbols that depend on $CONFIG_EXPERIMENTAL are marked in the banner with the string (EXPERIMENTAL). There are some cases where that string is correctly used but is Capitalised instead of uppercase. diff -ruN linux-2.5.24+patches4/drivers/net/irda/Config.in linux-2.5.24

[kbuild-devel] zlib_{inflate,deflate} not exporting symbols kbuild-2.5 2.5.24-1

2002-06-30 Thread Jak
Keith, seems kbuild-2.5 is not exporting syms for zlib_inflate/deflate in 2.5.24 Old kbuild works OK. Updating global makefile with final commands Global makefile is ready for install Installing modules in /var/tmp/2.5.24-1-build/lib/modules/2.5.24-1/ Running depmod, /sbin/depmod

Re: [kbuild-devel] PATCH 2.5: kconfig synchronise banners 3

2002-06-30 Thread Tom Rini
On Sun, Jun 30, 2002 at 08:15:55PM +1000, Greg Banks wrote: > G'day, > > 1/3 definitions of CONFIG_BLK_DEV_FD have trivially different banners. > > [Rusty: this is the one davem didn't like, rejigged to remove "PC" > from one case instead of add it to the other 2]. Ick. How about we just kee

Re: [kbuild-devel] zlib_{inflate,deflate} not exporting symbols kbuild-2.5 2.5.24-1

2002-06-30 Thread Keith Owens
On Sun, 30 Jun 2002 12:58:15 +0100, Jak <[EMAIL PROTECTED]> wrote: > seems kbuild-2.5 is not exporting syms for zlib_inflate/deflate in 2.5.24 Apply after common-2.5.24-1. diff -ur /build/kaos/2.5.24-kbuild-2.5/lib/Makefile.in /build/kaos/2.5.24-kbuild-2.5.new/lib/Makefile.in --- /build