Module Name: src
Committed By: uebayasi
Date: Thu Nov 6 03:34:11 UTC 2014
Modified Files:
src: BUILDING
Log Message:
Document the new "kernels" operation, prompted by joerg@.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/BUILDING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/BUILDING
diff -u src/BUILDING:1.110 src/BUILDING:1.111
--- src/BUILDING:1.110 Wed Nov 5 08:16:33 2014
+++ src/BUILDING Thu Nov 6 03:34:11 2014
@@ -820,6 +820,12 @@ BUILDING
symbol table and can be used for debugging (for example
with a cross-gdb built by MKCROSSGDB).
+ kernels This command will build all kernels defined in port specific
+ release build procedure.
+
+ This command internally calls the kernel=kconf operation
+ for each found kernel configuration file.
+
modules This command will build kernel modules and install them
into DESTDIR.