[kbuild-devel] 2048 max variables in xconfig?

2002-01-19 Thread Tom Rini
Hey all. I've just run into a situation where xconfig won't run because there's > 2048 variables for it to deal with. If I'm reading the source right, I should just be able to bump VARTABLE_SIZE in scripts/tkparse.c and everything should just work (and from my quick testing, it does). But I figu

[kbuild-devel] three bugs in rules.cml files

2002-01-19 Thread Jean-Luc Leger
Hello, I suppose these are bugs. I am not quite sure as the Reference Manual or the language seems out of date ... JL diff -u -r cml2-2.1.6.orig/kernel-tree/drivers/char/rules.cml cml2-2.1.6/kernel-tree/drivers/char/rules.cml --- cml2-2.1.6.orig/kernel-tree/drivers/char/rules.cml Th

Re: [kbuild-devel] 2048 max variables in xconfig?

2002-01-19 Thread Keith Owens
On Sat, 19 Jan 2002 12:39:16 -0700, Tom Rini <[EMAIL PROTECTED]> wrote: >Hey all. I've just run into a situation where xconfig won't run because >there's > 2048 variables for it to deal with. If I'm reading the source >right, I should just be able to bump VARTABLE_SIZE in scripts/tkparse.c >and