"Readying" The Sources
- Before we do anything with the sources, we should make sure the source
tree does not contain any old object files or configuration information...
- ... That got there accidentally.
- This is especially true for distribution kernels - they tend to contain
various stale files.
- To do this, go into the source directory and run the command:
make mrproper
Originally written by
guy keren