LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make dep,make clean,make bzImage problem (https://www.linuxquestions.org/questions/linux-newbie-8/make-dep-make-clean-make-bzimage-problem-40663/)

Babba 01-07-2003 09:35 PM

make dep,make clean,make bzImage problem
 
Now,I want to compile a new kernel and I find these commands in every website that told me how to compile.
What do these command do?
Thank you for every answers.

trickykid 01-07-2003 10:31 PM

make dep = makes and build the dependecies
make clean = cleans any unecessary files used to build the previous steps
make bzImage = actually builds the kernel

born4linux 01-08-2003 03:49 AM

in most distros, "make install" is also used (it automatically makes the files/changes to boot up the kernel) like in redhat and slackware.


All times are GMT -5. The time now is 09:12 PM.