| |
---|
| | |
---|
| | |
---|
| | # Full tools set |
---|
| | |
---|
| | full-build: openssl@1.1 |
---|
| | full-build: |
---|
| | @echo "Make sure the bootstrap is installed at ${TOOLSDIR}" |
---|
| | -sudo yum -y install autoconf automake perl |
---|
| | ${BREW} install ${LANGS} |
---|
| | ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python2 ${INSTALLDIR}/${TOOLS}/bin/python |
---|
| |
---|
| | full-release: tidyup |
---|
| | cd ${INSTALLDIR} && mv -v ${TOOLS} ${TOOLS}-${DATESTAMP} |
---|
| | cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-${DATESTAMP}.tar.gz ${TOOLS}-${DATESTAMP} |
---|
| | cd ${INSTALLDIR} && mv -v ${TOOLS}-${DATESTAMP} ${TOOLS} |
---|
| | |
---|
| | |
---|
| | # Special cases and dependencies can go here |
---|
| | |
---|
| | openssl@1.1: |
---|
| | ${BREW} install openssl@1.1 --without-test |
---|
| | |
---|
| | |
---|
| | # Housekeeping |
---|
| | |
---|
| |
---|
| | |