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/rbpi | |
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/rbpi')
-rwxr-xr-x | tools/buildsteps/rbpi/prepare-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/rbpi/prepare-depends b/tools/buildsteps/rbpi/prepare-depends index 10ebd93341..615e3b26e1 100755 --- a/tools/buildsteps/rbpi/prepare-depends +++ b/tools/buildsteps/rbpi/prepare-depends @@ -15,6 +15,6 @@ fi 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 |