From 8f98c048c6fee7e558845ae8663809c64b3b1334 Mon Sep 17 00:00:00 2001 From: Maijin Date: Thu, 16 Mar 2017 21:56:56 +0100 Subject: [PATCH] Remove more outdated sys/scriptsX --- sys/all.sh | 12 ------------ sys/python-deps.sh | 13 ------------- sys/shellcheck.sh | 4 ---- 3 files changed, 29 deletions(-) delete mode 100755 sys/all.sh delete mode 100755 sys/python-deps.sh diff --git a/sys/all.sh b/sys/all.sh deleted file mode 100755 index 73b3d2852a..0000000000 --- a/sys/all.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# find root -cd `dirname $PWD/$0` ; cd .. - -run() { - [ ! -x sys/.mark_$1 ] && sys/$1.sh -} - -run install -run python-deps -run python diff --git a/sys/python-deps.sh b/sys/python-deps.sh deleted file mode 100755 index 04cb2f68da..0000000000 --- a/sys/python-deps.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# find root -cd "$(dirname "$PWD/$0")" - -. ./CONFIG - -./swig.sh -./vala.sh -./valabind.sh - -#apt-get install ${PYTHON_VERSION} -:> .mark_python-deps diff --git a/sys/shellcheck.sh b/sys/shellcheck.sh index 05ac7dec79..e43a834f16 100755 --- a/sys/shellcheck.sh +++ b/sys/shellcheck.sh @@ -39,7 +39,6 @@ fileslist=( ./media/Radare2.iosapp/Radare2 ./mk/rapi-list ./sys/afl.sh -./sys/all.sh ./sys/android-target.sh ./sys/android-build.sh ./sys/android-shell.sh @@ -91,20 +90,17 @@ fileslist=( ./sys/osx-pkg-uninstall.sh ./sys/osx-pkg-uninstall.tool ./sys/python-bindist.sh -./sys/python-deps.sh ./sys/python-dist.sh ./sys/python-r2pipe.sh ./sys/python.sh ./sys/rebuild.sh ./sys/shellcheck.sh ./sys/static.sh -./sys/swig.sh ./sys/sync.sh ./sys/tiny.sh ./sys/uninstall.sh ./sys/update.sh ./sys/user.sh -./sys/valabind.sh ./sys/vala.sh )