DevBuildMrProper

Differences between revisions 1 and 2
Revision 1 as of 2010-04-06 16:14:35
Size: 796
Editor: cpe-75-180-27-10
Comment:
Revision 2 as of 2010-07-06 18:29:01
Size: 854
Editor: 85-210-145-82
Comment: page was renamed from KernelTeam/KernelMaintenanceFAQ
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from KernelTeam/KernelMaintenanceFAQ

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.

Kernel/FAQ/DevBuildMrProper (last edited 2010-07-06 18:34:40 by 85-210-145-82)