dont nuke the output directory on each run

This commit is contained in:
Daniel Frank 2024-11-04 00:49:48 +01:00
parent 9c77f19549
commit db81f77fd0
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -91,7 +91,6 @@ env | egrep '^GLUON' | sort
pushd "${gluon_path}" pushd "${gluon_path}"
announce Starting make update... announce Starting make update...
rm -rf "${GLUON_OUTPUTDIR}"
mkdir -p "${GLUON_OUTPUTDIR}" mkdir -p "${GLUON_OUTPUTDIR}"
make update make update
# Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work. # Try to install patches. I wasn't able to figure out how patches in gluon/site/patches work.