build-process - 来自 Linux 内核的奇怪构建消息

标签 build-process makefile linux-kernel

我在修改一些源文件后尝试重建内核,并在构建输出中注意到以下消息:

II: New modules (you've been busy, wipe the poop off your nose)

这是什么意思?

内核中还有什么奇怪的事情在等待着我?

最佳答案

此错误是由模块检查脚本产生的,该脚本是 Ubuntu 内核构建过程的一部分。实际上有a bug filed about its inappropriateness .

该脚本会检查此版本与之前的版本相比是否缺少任何模块。它用于捕获无意中导致任何模块未构建的配置设置 ( see this post )。

您的消息仅供引用,并非错误。它只是意味着此版本中编译了新模块,不需要您执行任何操作。

顺便说一句,如果您有兴趣查看 Linux 内核中其他不适当的语言,check out these graphs .

关于build-process - 来自 Linux 内核的奇怪构建消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1057589/

相关文章:

java - 通过 JENKINS 进行构建时出现错误 "com.ibm.etools.ejbdeploy.batch_extension"无法在注册表中找到

windows - Windows 上的简单构建过程自动化

c - 顺序访问内核驱动程序中的大页面

c - 如何将字符串复制到用户并在 Linux 内核读取函数中使用 offp

string - 批处理文件字符串操作

c - 将命令转换为 Makefile

Windows 命令行 : why environment variable is not available after &

android - 构建 Android 源代码 : error when executing mm?

linux - top 命令第三行 CPU 使用率超过 100%