- 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.
推薦閱讀
- UI圖標創(chuàng)意設計
- Android Wearable Programming
- 演進式架構(原書第2版)
- Java 9 Concurrency Cookbook(Second Edition)
- Spring技術內幕:深入解析Spring架構與設計
- 趣學Python算法100例
- Python王者歸來
- 自然語言處理Python進階
- Visual C#通用范例開發(fā)金典
- Hands-On Full Stack Development with Go
- Qt 4開發(fā)實踐
- 程序員必會的40種算法
- 網(wǎng)絡綜合布線與組網(wǎng)實戰(zhàn)指南
- jQuery Essentials
- C/C++語言程序開發(fā)參考手冊