Archives Posts
编译内核
6月 9th, 2009 by XSign
首先,说明下make mrproper和make clean的区别:
make mrproper:保证源代码的干净.即清除原来配置时产生的一些文件和配置文件,使源代码恢复到最初
状态.一般得到源代码后都应先执行下此命令.
make clean:清除配置时产生的大部分文件,但是保留配置文件.
Read the rest of this entry »
Filed under .::Linux/Unix::. having No Comments »