summaryrefslogtreecommitdiffstats
path: root/tools/buildsteps/linux/make-native-depends
blob: 5ac21af3a4944ad28c34602cb6a1b6d5192028c1 (plain)
1
2
3
4
5
6
7
8
9
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=linux
. $WORKSPACE/tools/buildsteps/defaultenv

if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] && [ "$BINARY_ADDONS_CLEAN_NATIVETOOLS" != "0" ]
then
  git clean -xffd $WORKSPACE/tools/depends/native
  cd $WORKSPACE/tools/depends/native;make -j $BUILDTHREADS && tagSuccessFulBuild $WORKSPACE/tools/depends
fi