On Tue, Aug 12, 2014 at 4:29 AM, ottos <ottohaliburton@tx.rr.com> wrote:
Since this topic is here.  There is an error in Makefile when you do a make modules_install.  It attempts to delete a directory with a delete file command.  This occurs in two places.  If you are fixing fix this problem.
Typically, something like that might happen if you are compiling in a pre-existing environment, where either an old compilation or someone manually created a directory with the same name as a file from the current compilation. Such error tends not to self-correct.  The kernel build system builds from scratch so it doesn't see the problem---I bet if you rm -rf the entire build tree before rebuilding it'll work for you as well.

NB, when you report errors, please provide more context: what exactly are you comparing (version/release numbers, where you got them from) and what errors are you seeing (the exact copy of the error message); otherwise all others can offer is guesses.