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
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
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