码迷,mamicode.com
首页 > 其他好文 > 详细

make clean、make mrproer、make distclean

时间:2016-03-01 19:03:17      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

make clean、make mrproer 以及make distclean的区别

解压内核源码包后, 到内核源代码目录树的顶层目录, 执行
# make help
Cleaning targets:
  clean           - Remove most generated files but keep the config and
                    enough build support to build external modules
  mrproper        - Remove all generated files + config + various backup files
  distclean       - mrproper + remove editor backup and patch files
 

make clean                              删除大多数的编译生成文件, 但是会保留内核的配置文件.config, 还有足够的编译支持来建立扩展模块
make mrproper                       删除所有的编译生成文件, 还有内核配置文件, 再加上各种备份文件
make distclean  mrproper    删除的文件, 加上编辑备份文件和一些补丁文件。
 
 
 
---------------------

make clean、make mrproer、make distclean

标签:

原文地址:http://www.cnblogs.com/Ph-one/p/5231997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!