Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel compile options
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Wed Jun 26, 2002 9:54 pm    Post subject: kernel compile options Reply with quote

what do all the kernel compile options do eg make modules, make modules_install, make dep, make mrproper, make clean etc etc etc. what do they all do?
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
Utoxin
Guru
Guru


Joined: 19 Apr 2002
Posts: 413
Location: American Fork, UT

PostPosted: Wed Jun 26, 2002 9:59 pm    Post subject: Reply with quote

make modules:
Builds any code you chose to have compiled as a module (i.e. Not /in/ kernel)

make modules_install:
Installs (and compiles if necessary) code you chose to compile as a module.

make dep:
Builds dependencies files. Run after every config change.

make mrproper:
Completely cleans the source tree. Use this if you get strange symbol errors, then reconfigure you kernel, and recompile.

make clean:
Lesser form of make mrproper. Not much good.

make config:
Configure the kernel. Sucks.

make menuconfig:
Configure the kernel. Pretty nice.

make xconfig:
Configue the kernel. Nice, if you have X working.
_________________
Gentoo:
1. A small fast penguin from Antarctica.
2. A small fast penguin on your computer.

Cool.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum