add gcc to bootstrap build to make sure it gets installed
1 parent e2b0dc0 commit 2cb88d7fb647b861153d0842ced341d7a918f53a
@tundra tundra authored on 30 Dec 2017
Showing 1 changed file
View
2
■■■
makefile
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}