Lines Matching full:build
124 build or operation.
126 Build directory for the kernel
136 build directory: /home/name/build/kernel
138 To configure and build the kernel, use::
141 make O=/home/name/build/kernel menuconfig
142 make O=/home/name/build/kernel
143 sudo make O=/home/name/build/kernel modules_install install
271 build should require that. Don't take the name of root in vain.
276 - Verbose kernel compile/build output:
278 Normally, the kernel build system runs in a fairly quiet mode (but not
281 For this, use "verbose" build mode. This is done by passing
286 To have the build system also tell the reason for the rebuild of each