• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:make

56    After installation, "make psdocs", "make pdfdocs", "make htmldocs",
57 or "make mandocs" will render the documentation in the requested format.
83 the backup files (some-file-name~ or some-file-name.orig), and make sure
106 - Make sure you have no stale .o files and dependencies lying around:
109 make mrproper
128 Using the option "make O=output/dir" allows you to specify an alternate
138 make O=/home/name/build/kernel menuconfig
139 make O=/home/name/build/kernel
140 sudo make O=/home/name/build/kernel modules_install install
143 used for all invocations of make.
151 new version with minimal work, use "make oldconfig", which will
156 "make config" Plain text interface.
158 "make menuconfig" Text based color menus, radiolists & dialogs.
160 "make nconfig" Enhanced text based color menus.
162 "make xconfig" Qt based configuration tool.
164 "make gconfig" GTK+ based configuration tool.
166 "make oldconfig" Default all questions based on the contents of
170 "make silentoldconfig"
175 "make olddefconfig"
179 "make defconfig" Create a ./.config file by using the default
184 "make ${PLATFORM}_defconfig"
188 Use "make help" to get a list of all available
191 "make allyesconfig"
195 "make allmodconfig"
199 "make allnoconfig" Create a ./.config file by setting symbol
202 "make randconfig" Create a ./.config file by setting symbol
205 "make localmodconfig" Create a config based on current config and
216 host$ make LSMOD=/tmp/mylsmod localmodconfig
220 "make localyesconfig" Similar to localmodconfig, except it will convert
226 - NOTES on "make config":
228 - Having unnecessary drivers will make the kernel bigger, and can
243 bigger or slower kernel (or both), and can even make the kernel
251 - Make sure you have at least gcc 3.2 available.
256 - Do a "make" to create a compressed kernel image. It is also
257 possible to do "make install" if you have lilo installed to suit the
264 will also have to do "make modules_install".
272 "V=1" to the "make" command, e.g.
274 make V=1 all
281 contains new code which has not been debugged. Make sure you keep a
284 working kernel, make a backup of your modules directory before you
285 do a "make modules_install".
355 as is, otherwise you will have to use the "ksymoops" program to make
394 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
395 clean". You'll also need to enable CONFIG_PROC_FS (via "make config").