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
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
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
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
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
+
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-
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/
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/
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-
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
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
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
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
13 matches
Mail list logo