mirror of https://github.com/BOINC/boinc.git
Android: Make sure things really get cleaned up between platform changes.
This commit is contained in:
parent
b983f4b70a
commit
6526afac16
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue