码迷,mamicode.com
首页 > 系统相关 > 详细

linux 内核编译只输出 warning 及 error

时间:2015-04-07 21:35:09      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:

实现的方法是输出重定向,以下实现将所有无价值的输出重定向到 无返回的黑洞中。

$ make > /dev/null

或者,编译内核时:

$ make uImage > /dev/null

 

linux 内核编译只输出 warning 及 error

标签:

原文地址:http://www.cnblogs.com/aqing1987/p/4399402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!