Re: 2.5 'what to expect' document.

From: Sam Ravnborg (sam@ravnborg.org)
Date: Mon Apr 14 2003 - 16:48:07 EST


On Mon, Apr 14, 2003 at 08:31:44PM +0100, Dave Jones wrote:

> Kernel build system.
> ~~~~~~~~~~~~~~~~~~~~
> - make xconfig now requires the qt libraries.
- An alternative that uses gtk exitst, named 'make gconfig'

> - Try "make KBUILD_VERBOSE=0 <whatever target>". If you like it,
> put KBUILD_VERBOSE=0 into your environment.
You could mention the much shorter "make V=0" version.

"make help" provides a list of typical targets, including debugging targets such as allnoconfig etc.

> - "make kernel/mm.o" will build the named file, provided a
> corresponding source exists. This also works for (non-composite)
> modules.
IIRC this is broken for modules at present.

"make kernel/" will compile all files in a subdirectory and below.

> - There is no need to run 'make dep' at any stage

"make dep" is actually deprecated and for no use since one or
two months ago.

> - The bdflush() syscall is now officially deprecated. The syscall
> does nothing, and prints a stern warning to users. The functionality
> is replaced by the pdflush deamons.
Can I safely delete /sbin/update from my initscripts then?

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



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:34 EST