build curl and git during bootstrap, disable curl and git cert checking during full build
1 parent 7fa5ef4 commit ec13b01dc29659377252e1f6e83031dddc32b406
@tundra tundra authored on 20 Dec 2020
Showing 1 changed file
View
6
makefile
# Name of the tools directory
TOOLS = tools
 
# Things that have to be built during the bootstrap phase with system tools
BOOTSTRAP = gcc make
BOOTSTRAP = gcc make curl git
 
# Languages to install after bootstrap but before other packages
LANGS = go perl python
 
# Stuff we want pip to install
PIPMODULES = pip ansible pew pythonz-bd
 
# Set of packages we want to include in the distribution tarball
MYTOOLS = bash-completion emacs file-formula git htop nload nmap screen socat source-highlight the_silver_searcher tmux tree vim
MYTOOLS = bash-completion emacs file-formula htop nload nmap screen socat source-highlight the_silver_searcher tmux tree vim
 
 
# ----------- Nothing below here should need changing ----------- #
 
# Full tools set
 
full-build:
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
echo insecure > ~/.curlrc
git config --global http.sslVerify false
sudo yum -y install autoconf automake patch perl texinfo
${BREW} install --verbose ${LANGS}
${BREW} link --verbose python
ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python