makefile - Strange Build Message from Linux Kernel -


I was trying to recreate my kernel after modifying some source files and the following message in the build output Note:

Second: new modules (you are busy, erase peep from your nose)

What does this mean?

Is any other awkward waiting for me in the kernel? This error is a module checking script which is part of that build process for the kernel Ubuntu is actually in.

Checks the script whether there are any missing modules with this build compared to the previous build. It is used to capture configuration settings, which inadvertently does not create any module ().

Your message is an informational and no error, it means that there are new modules compiled in this build and there is no need to take any action on your part.

Incidentally, if you are interested in seeing other inappropriate language in the Linux kernel.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -