centos7源码安装make
cp make-4.3.tar.gz /opt
cd /opt/
tar -zxf make-4.3.tar.gz
cd make-4.3/
mkdir build
cd build
…/configure --prefix=/usr
make
make install
make -v

centos7源码安装make
cp make-4.3.tar.gz /opt
cd /opt/
tar -zxf make-4.3.tar.gz
cd make-4.3/
mkdir build
cd build
…/configure --prefix=/usr
make
make install
make -v