centos7 升级make

参考博客:https://blog.csdn.net/CLinuxF/article/details/108705142

make 下载地址:https://mirrors.ustc.edu.cn/gnu/make/

解压

# 安装到指定目录
mkdir build
cd build
../configure  --prefix=/usr/local/make
make

切root安装

su
make install
make -v
文章目录