Re: [kbuild-devel] linux kernel conf 0.3

2002-09-04 Thread Roman Zippel
Hi, I wrote: > > 5) Tried to delete endmenu on line 610 in arch/i386/config.in: > > ./scripts/lkc/mconf arch/i386/config.new > > :0:parse error > > This error message is not good enough. > > Known problem, but it's currently not very high on my TODO list. BTW the main reason for this is that t

[kbuild-devel] linux kernel conf 0.4

2002-09-04 Thread Roman Zippel
Hi, At http://www.xs4all.nl/~zippel/lc/lkc-0.4.tar.gz you can find the latest version of my config system. It slowly is becoming completely usable, so it's time for a new release. A lot has changed since the last official release, so here only some highlights: - correct dependencies for the confi

Re: [kbuild-devel] linux kernel conf 0.3

2002-09-04 Thread Roman Zippel
Hi, Sam Ravnborg wrote: > Found a slot to give it a spin: > 1) Did not apply cleanly to 2.5.31. Makefile caused a reject. > Other hunks went ok, but with an offset. You probably had other patches applied? > 2) When browsing in menuconfig the menus are repositioned depending of > the length of

Re: [kbuild-devel] linux kernel conf 0.3

2002-09-04 Thread Sam Ravnborg
On Tue, Aug 27, 2002 at 02:24:40AM +0200, Roman Zippel wrote: > To install simply run 'make install KERNELSRC=<..>' and to uninstall > 'make uninstall KERNELSRC=<..>', only 'make [oldconfig|config|menuconfig| > xconfig]' is implemented right now, but the rest is easy to do. I tested > it only agai