DevBuildMrProper

Revision 1 as of 2010-04-06 16:14:35

Clear message

This page provides help for commonly asked questions and issues encountered when maintaining the kernel.

1. When I try to build the kernel I get an error telling me to run "make mrproper"

Generally, running "git clean -f -d" to delete all files not in the git repository is good enough to start a new build. However, this command does not clean files ignored by the git repository. Some of these files conflict with the linux build scripts. The best way to resolve this situation is to run "make mrproper", then check "git status" to ensure everything looks right, and then finally being the build again.