From 6526afac1610fc3ed0187eb23665e564a9ee9e9b Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sun, 19 Jun 2016 20:40:24 -0700 Subject: [PATCH] Android: Make sure things really get cleaned up between platform changes. --- android/build_boinc_arm.sh | 2 +- android/build_boinc_mips.sh | 2 +- android/build_boinc_x86.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build_boinc_arm.sh b/android/build_boinc_arm.sh index fe26b12c8e..a425a85577 100755 --- a/android/build_boinc_arm.sh +++ b/android/build_boinc_arm.sh @@ -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 diff --git a/android/build_boinc_mips.sh b/android/build_boinc_mips.sh index 9b30558523..f7bb035d9c 100755 --- a/android/build_boinc_mips.sh +++ b/android/build_boinc_mips.sh @@ -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 diff --git a/android/build_boinc_x86.sh b/android/build_boinc_x86.sh index 079e78a90c..dc16383d53 100755 --- a/android/build_boinc_x86.sh +++ b/android/build_boinc_x86.sh @@ -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