Re: kbuild 2.5 release 2.4

Keith Owens (kaos@ocs.com.au)
Sat, 04 May 2002 01:57:26 +1000


On Fri, 3 May 2002 17:45:54 +0200,
tomas szepe <kala@pinerecords.com> wrote:
>$ make -f Makefile-2.5 menuconfig
>[enable RAMDISK support, tweak ramdisk size, enable initrd]
>...
>
>Now, issuing "M installable" will result in nearly all files getting rebuilt.
>The same happens when switching ramdisk off again. How's that?
>
>I tried enabling/disabling many other config options and doing rebuilds but
>couldn't find anything as damaging buildtime-wise as the ramdisk stuff.

CONFIG_BLK_DEV_INITRD is tested in include/linux/fs.h. Because of the
messy kernel include files, a config change to fs.h affects hundreds of
other files and forces lots of rebuilds. This is a separate problem
from kbuild, other people are looking at cleaning up the include files.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/