diff --git a/makefile b/makefile index 8f5f653..06d8447 100644 --- a/makefile +++ b/makefile @@ -61,8 +61,6 @@ 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 @@ -86,6 +84,10 @@ brew upgrade pip install ${PIPMODULES} -U --ignore-installed +insecure: + echo insecure >> ~/.curlrc + git config --global http.sslVerify false + # Housekeeping