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


    在解压的 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

    作者:耑新新,发布于  博客园

    转载请注明出处,欢迎邮件交流:zhuanxinxin@aliyun.com

  • 相关阅读:
    第七天冲刺
    MySQL管理
    LNMP环境搭建
    docker使用笔记
    Laravel5.2使用笔记
    Linux使用笔记
    Redis3.2.11在centos9安装与卸载
    Ubuntu系统
    Linux下安装与卸载PHP
    安装Linux
  • 原文地址:https://www.cnblogs.com/Arthurian/p/8970622.html
Copyright © 2020-2023  润新知