Android: Make sure things really get cleaned up between platform changes.

This commit is contained in:
Rom Walton 2016-06-19 20:40:24 -07:00
parent b983f4b70a
commit 6526afac16
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ if [ -n "$COMPILEBOINC" ]; then
echo "==================building BOINC from $BOINC=========================="
cd $BOINC
if [ -n "$MAKECLEAN" ]; then
make clean
make distclean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup

View File

@ -35,7 +35,7 @@ if [ -n "$COMPILEBOINC" ]; then
echo "==================building BOINC from $BOINC=========================="
cd $BOINC
if [ -n "$MAKECLEAN" ]; then
make clean
make distclean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup

View File

@ -35,7 +35,7 @@ if [ -n "$COMPILEBOINC" ]; then
echo "==================building BOINC from $BOINC=========================="
cd $BOINC
if [ -n "$MAKECLEAN" ]; then
make clean
make distclean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup