centos7升级make
#到 http://ftp.gnu.org/pub/gnu/make/ 查找最新安装包
wget http://ftp.gnu.org/pub/gnu/make/make-4.3.tar.gz
解压配置
tar -zxvf make-4.3.tar.gz
cd make-4.3
./configure --prefix=/usr
编译安装
type make
make check
make install
验证
make -v
GNU Make 4.3
为 x86_64-pc-linux-gnu 编译
Copyright (C) 1988-2020 Free Software Foundation, Inc.
许可证:GPLv3+:GNU 通用公共许可证第 3 版或更新版本<http://gnu.org/licenses/gpl.html>。
本软件是自由软件:您可以自由修改和重新发布它。
在法律允许的范围内没有其他保证。
骑着母猪去打猎的备忘录,如有侵权请联系本人骑着母猪去打猎删除。https://www.cnblogs.com/shichq/p/18650629
如果本文对您有所帮助,麻烦在下面评论里面随便敲上那么几下键盘,谢谢了