码迷,mamicode.com
首页 > 其他好文 > 详细

Error:Makefile:452: target 'config' given more than once in the same rule

时间:2018-04-29 14:27:35      阅读:1224      评论:0      收藏:0      [点我收藏+]

标签:symbol   inux   output   syntax   efi   word   ring   conf   dep   

 

在解压的 linux2.6.15 文件夹下 make menuconfig 的时候出现下面的错误:

Makefile:452: target ‘config‘ given more than once in the same rule
Makefile:452: *** mixed implicit and normal rules: deprecated syntax

 

 

这是因为我的系统的 make 工具版本较新,make 的旧版规则已经无法兼容新版。按照以下方式,问题得到解决,用 vi 打开 Makefile 文件,修改第 452 行: 
修改前:

config %config: scripts_basic outputmakefile FORCE

修改后

%config: scripts_basic outputmakefile FORCE

 

Error:Makefile:452: target 'config' given more than once in the same rule

标签:symbol   inux   output   syntax   efi   word   ring   conf   dep   

原文地址:https://www.cnblogs.com/Amedeo/p/8970622.html

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