diff options
author | ronie <ronie@users.noreply.github.com> | 2016-02-26 23:23:08 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-03-01 20:48:00 +0100 |
commit | de08bafa12972688aa7aee6c83091fe67f0b020a (patch) | |
tree | 5d95f978bfd89c6fb704bdb13bd9c2f3e55e2c4d /tools/buildsteps | |
parent | daf2dcdc66ef6f9c2f91cbfc41edb5ba4b79f6f8 (diff) |
build estouchy instead of re-touched
Diffstat (limited to 'tools/buildsteps')
-rw-r--r-- | tools/buildsteps/android/prepare-xbmc | 8 | ||||
-rw-r--r-- | tools/buildsteps/androidx86/prepare-xbmc | 8 | ||||
-rwxr-xr-x | tools/buildsteps/ios/prepare-xbmc | 8 | ||||
-rw-r--r-- | tools/buildsteps/win32/prepare-env.bat | 4 |
4 files changed, 0 insertions, 28 deletions
diff --git a/tools/buildsteps/android/prepare-xbmc b/tools/buildsteps/android/prepare-xbmc index bccdcb0453..144ed52d88 100644 --- a/tools/buildsteps/android/prepare-xbmc +++ b/tools/buildsteps/android/prepare-xbmc @@ -2,14 +2,6 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} XBMC_PLATFORM_DIR=android . $WORKSPACE/tools/buildsteps/defaultenv -#fetch submodules -cd $WORKSPACE -if test -d $WORKSPACE/addons/skin.re-touched -then -rm -r $WORKSPACE/addons/skin.re-touched -fi -git submodule update --init $WORKSPACE/addons/skin.re-touched - #build binary addons before building xbmc... #make sure that binary_addons don't clean the native tools #here (e.x. on release builds where pathChanged always returns 1 diff --git a/tools/buildsteps/androidx86/prepare-xbmc b/tools/buildsteps/androidx86/prepare-xbmc index bccdcb0453..144ed52d88 100644 --- a/tools/buildsteps/androidx86/prepare-xbmc +++ b/tools/buildsteps/androidx86/prepare-xbmc @@ -2,14 +2,6 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} XBMC_PLATFORM_DIR=android . $WORKSPACE/tools/buildsteps/defaultenv -#fetch submodules -cd $WORKSPACE -if test -d $WORKSPACE/addons/skin.re-touched -then -rm -r $WORKSPACE/addons/skin.re-touched -fi -git submodule update --init $WORKSPACE/addons/skin.re-touched - #build binary addons before building xbmc... #make sure that binary_addons don't clean the native tools #here (e.x. on release builds where pathChanged always returns 1 diff --git a/tools/buildsteps/ios/prepare-xbmc b/tools/buildsteps/ios/prepare-xbmc index 0d96ee12ec..c408c67e7d 100755 --- a/tools/buildsteps/ios/prepare-xbmc +++ b/tools/buildsteps/ios/prepare-xbmc @@ -2,14 +2,6 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} XBMC_PLATFORM_DIR=ios . $WORKSPACE/tools/buildsteps/defaultenv -#fetch submodules -cd $WORKSPACE -if test -d $WORKSPACE/addons/skin.re-touched -then -rm -r $WORKSPACE/addons/skin.re-touched -fi -git submodule update --init $WORKSPACE/addons/skin.re-touched - #build binary addons before building xbmc... #make sure that binary_addons don't clean the native tools #here (e.x. on release builds where pathChanged always returns 1 diff --git a/tools/buildsteps/win32/prepare-env.bat b/tools/buildsteps/win32/prepare-env.bat index 7e1d30cbd9..b1a169abb5 100644 --- a/tools/buildsteps/win32/prepare-env.bat +++ b/tools/buildsteps/win32/prepare-env.bat @@ -23,7 +23,3 @@ IF EXIST %WORKSPACE%\project\BuildDependencies\msys rmdir %WORKSPACE%\project\Bu IF EXIST %WORKSPACE%\project\VS2010Express\XBMC rmdir %WORKSPACE%\project\VS2010Express\XBMC /S /Q IF EXIST %WORKSPACE%\project\VS2010Express\objs rmdir %WORKSPACE%\project\VS2010Express\objs /S /Q IF EXIST %WORKSPACE%\project\VS2010Express\libs rmdir %WORKSPACE%\project\VS2010Express\libs /S /Q - -rem fetch submodules -IF EXIST "%WORKSPACE%\addons\skin.re-touched" rmdir "%WORKSPACE%\addons\skin.re-touched" /S /Q || exit /b 10 -git submodule update --init "%WORKSPACE%\addons\skin.re-touched" || exit /b 30 |