aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-01-24 10:26:58 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-01-24 10:26:58 +0200
commit16dd75b1c7402fa3c475289f22eeeae297dec44d (patch)
tree4335713e0d92f7f09053eb7f45808a319ccef49b
parentf6a00003badfb0f586ca99f25f356519d87a9642 (diff)
scripts/package_kernel: remove no-op line
We test tcbindir then call install_custom_toolchain. In install_custom_toolchain, we test tcbindir again then return. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xscripts/package_kernel1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index 98028bc..dd2888f 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -641,7 +641,6 @@ test "$do_publish_release_tag" == "true" && {
test "$do_test_build_source_pkg" == "true" && {
test -f ${TOOLCHAIN} && install_custom_toolchain
- test -d ${TCBINDIR} && install_custom_toolchain
cd kernel_build
test_build_source_pkg
cd ..