manage util-linux, tcl-tk before- and after language builds
1 parent 37c0139 commit f65693428c0ed67c04b9482ded2b6762c9df1818
@tundra tundra authored on 9 May
Showing 1 changed file
View
5
makefile
 
full-build:
# Do some housekeeping
ulimit -n 65535
 
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
# sudo yum -y install autoconf automake patch perl texinfo
brew unlink util-linux
 
brew unlink tcl-tk
brew unlink util-linux
${BREW} install -s --verbose ${LANGS}
${BREW} link --verbose python
ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python
ln -nfs ${TOOLSDIR}/bin/pip3 ${TOOLSDIR}/bin/pip
pip install ${PIPMODULES} -U --ignore-installed
brew link tcl-tk
brew link util-linux
${BREW} install -s --verbose ${MYTOOLS}
ln -nfs ${TOOLSDIR}/bin/vim ${TOOLSDIR}/bin/vi
 
${BREW} install -s --verbose the_silver_searcher