"eric clover" <[EMAIL PROTECTED]> writes:
> hello,
> I have a few quick questions.
> when someone does the actual make modules is it supposed to compile
> all/every module that there is ??
> cause after I do a make mrproper then do my xconfig and start the kernel
> compile with (and this line is really nice) :
>
> make dep clean modules modules_install bzImage install;/sbin/depmod -a
>
> the kernel compile starts , but it compiles Every Single module that is on
> my box,
> So, should a recompile compile every/all modules?
if you do
'make clean'
it will redo everything, sure.
I don't think you need to clean up everything everytime. Take the "clean" out of
the line above and you should be ok.
Note that deoendancies are not related to what is in your /lib/modules (should not
they,
by the way ??), but to what you have in /usr/src/linux/modules. Which is annoying,
since you
cannot clean up object files from that directory without redoing everything the next
time.
Philippe
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.