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/linux64 | |
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/linux64')
-rwxr-xr-x | tools/buildsteps/linux64/prepare-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/linux64/prepare-depends b/tools/buildsteps/linux64/prepare-depends index 710ad5b8ff..bc10fbae25 100755 --- a/tools/buildsteps/linux64/prepare-depends +++ b/tools/buildsteps/linux64/prepare-depends @@ -8,6 +8,6 @@ cd $WORKSPACE;git clean -xfd -e "tools/depends" 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 |