Re: [kbuild-devel] linux kernel conf 0.6

2002-09-23 Thread Kai Germaschewski
On Mon, 23 Sep 2002, Roman Zippel wrote: I intentionally only printed a message and errored out in this case, and I think that's more useful, particularly for people doing make all 21 make.log which now may take forever waiting for input. You should have tried this first :) :

[kbuild-devel] UML kbuild patch

2002-09-23 Thread Jeff Dike
The UML build needs a few kbuild changes in order to work with the latest stuff. Since kbuild now enforces the use of the linker script on the vmlinux build, UML can't use its old two-stage link, where vmlinux is a normal relocatable object file which is linked into the linux

[kbuild-devel] Re: UML kbuild patch

2002-09-23 Thread Jeff Dike
[EMAIL PROTECTED] said: The actual executable UML generates is called linux anyway, so its Makefile can have its own rule (as for other archs the boot images) which builds linux from vmlinux using gcc and the link script. - I.e. the same way as UML used to do it earlier, anyway. I'd