diff options
author | Memphiz <memphis@machzwo.de> | 2014-08-21 16:23:26 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2014-08-21 16:23:26 +0200 |
commit | 8ff5b9de07928e02ac12357f89f535c9b72b706d (patch) | |
tree | 0ce58cb7d2268fd7ab7d028069766e56f40c28a5 /tools/buildsteps/atv2 | |
parent | f735be9d05108b30298b5ecfa83024e99c193092 (diff) |
[jenkins] - when cleaning the tree because of changed depends - ensure to
also clean any git repositories that might have been checked out in
depends - should fix building of android when depends change
Diffstat (limited to 'tools/buildsteps/atv2')
-rwxr-xr-x | tools/buildsteps/atv2/prepare-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/atv2/prepare-depends b/tools/buildsteps/atv2/prepare-depends index 133dee826d..e3e15f72ef 100755 --- a/tools/buildsteps/atv2/prepare-depends +++ b/tools/buildsteps/atv2/prepare-depends @@ -9,7 +9,7 @@ cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*" if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] then #clean up the rest too - cd $WORKSPACE;git clean -xfd + cd $WORKSPACE;git clean -xffd cd $WORKSPACE/tools/depends/;./bootstrap fi |