aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/linux32/prepare-depends
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps/linux32/prepare-depends')
-rwxr-xr-xtools/buildsteps/linux32/prepare-depends4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/linux32/prepare-depends b/tools/buildsteps/linux32/prepare-depends
index 0678e4c114..13df413142 100755
--- a/tools/buildsteps/linux32/prepare-depends
+++ b/tools/buildsteps/linux32/prepare-depends
@@ -3,9 +3,9 @@ XBMC_PLATFORM_DIR=linux32
. $WORKSPACE/tools/buildsteps/defaultenv
#clean without depends for skipping depends build if possible
-cd $WORKSPACE;git clean -xfd -e "tools/depends"
+cd $WORKSPACE;git clean -xfd -e "project/cmake/.last_success_revision" -e "tools/depends"
-if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
+if [ "$(rebuildDepends)" == "1" ]
then
#clean up the rest too
cd $WORKSPACE;git clean -xffd