- Mastering Embedded Linux Programming
- Chris Simmonds
- 109字
- 2021-07-30 09:45:04
Cleaning kernel sources
There are three make targets for cleaning the kernel source tree:
clean
: removes object files and most intermediates.mrproper
: removes all intermediate files, including the.config
file. Use this target to return the source tree to the state it was in immediately after cloning or extracting the source code. If you are curious about the name, Mr Proper is a cleaning product common in some parts of the world. The meaning ofmake mrproper
is to give the kernel sources a really good scrub.distclean
: This is the same as mrproper but also deletes editor backup files, patch leftover files, and other artifacts of software development.
推薦閱讀
- Learn Type:Driven Development
- Beginning Java Data Structures and Algorithms
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰(zhàn)
- Hands-On Natural Language Processing with Python
- The Professional ScrumMaster’s Handbook
- D3.js By Example
- iPhone應用開發(fā)從入門到精通
- Spring Data JPA從入門到精通
- IBM RUP參考與認證指南
- Learning ECMAScript 6
- Mastering ASP.NET Web API
- Visual FoxPro程序設計習題及實驗指導
- 基于JavaScript的WebGIS開發(fā)
- C語言程序設計
- JSP大學實用教程