Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 13967  / 2 Years ago, thu, november 10, 2022, 3:46:50

In linux, I thought that the file Makefile is changed after I run make menuconfig.



But when I diff Makefile, I don't see any difference.



Which file is changed after I do make menuconfig?


More From » kernel

 Answers
7

In general, after a make menuconfig or make config, the .config file is changed. This file describes which options are choosen and will tell make and Makefile which file to compile and which options to activate.



As said by @Lekensteyn, the previous config file will be renamed in .config.old


[#39907] Thursday, November 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
montwim

Total Points: 103
Total Questions: 112
Total Answers: 120

Location: Vietnam
Member since Mon, Mar 14, 2022
2 Years ago
montwim questions
;