"make clean": how it's needed?

Paolo Ornati (javaman@katamail.com)
Thu, 13 Mar 2003 15:56:07 +0100


I have this doubt, the "standard" procedure to build a kernel(2.2.x/2.4.x) is:
make menuconfig
make dep
make clean // ... when?
make modules
make bzImage
...

so, when I really _MUST_ run "make clean"?
always?
only after that I have applied a patch?

I think that many old "*.o" files are still good... and so, why I should
recompile them every time?

Bye,
Paolo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/