LPI
201-450 · Question #12
You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?
The correct answer is A. make clean. See the full explanation below for the reasoning.
202 Linux Kernel
Question
You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?
Options
- Amake clean
- Bmake all
- Cmake dep
- Dmake install
How the community answered
(40 responses)- A73% (29)
- B3% (1)
- C18% (7)
- D8% (3)
Topics
#make clean#source compilation#build system#recompile
Community Discussion
No community discussion yet for this question.