|
|

楼主 |
发表于 2006-5-4 09:50:20
|
显示全部楼层
Post by d00m3d
请看清楚 README 在什麽时候才加上去,一般是不要的。
- BUILD directory for the kernel:
- When compiling the kernel all output files will per default be
- stored together with the kernel source code.
- Using the option "make O=output/dir" allow you to specify an alternate
- place for the output files (including .config).
- Example:
- kernel source code: /usr/src/linux-2.6.N
- build directory: /home/name/build/kernel
- To configure and build the kernel use:
- cd /usr/src/linux-2.6.N
- make O=/home/name/build/kernel menuconfig
- make O=/home/name/build/kernel
- sudo make O=/home/name/build/kernel modules_install install
- Please note: If the 'O=output/dir' option is used then it must be
- used for all invocations of make.
复制代码
I see.3x.
I think it may be better for management. |
|