don't silence the sudo yum installation for full build
1 parent 23d37b0 commit 7d35a135ddeae917468afaf0c78d86a22c41e43e
@tundra tundra authored on 12 Mar 2018
Showing 1 changed file
View
2
■■■
makefile
# Full tools set
 
full-build:
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
-sudo yum -y install autoconf automake perl
sudo yum -y install autoconf automake perl
${BREW} install ${LANGS}
ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python2 ${INSTALLDIR}/${TOOLS}/bin/python
ln -nfs ${INSTALLDIR}/${TOOLS}/bin/pip2 ${INSTALLDIR}/${TOOLS}/bin/pip
pip install ${PIPMODULES} -U --ignore-installed