首页 > 系统服务 > 详细

linux 内核编译只输出 warning 及 error

时间:2015-04-07 21:33:45      阅读:179      评论:0      收藏:0      [点我收藏+]

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

$ make > /dev/null

或者,编译内核时:

$ make uImage > /dev/null

 

linux 内核编译只输出 warning 及 error

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!