| |
---|
| | git clone https://github.com/Linuxbrew/brew.git ${TOOLSDIR} |
---|
| | |
---|
| | bootstrap-build: |
---|
| | echo "Make sure you have the OS development tools installed!" |
---|
| | ${BREW} install git make file-formula perl |
---|
| | ${BREW} install gcc git make file-formula perl |
---|
| | |
---|
| | bootstrap-release: tidyup |
---|
| | cd ${INSTALLDIR} && mv -v ${TOOLS} ${TOOLS}-bootstrap-${DATESTAMP} |
---|
| | cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-bootstrap-${DATESTAMP}.tar.gz ${TOOLS}-bootstrap-${DATESTAMP} |
---|
| |
---|
| | |