From 9b1e3a2957981ab6900dbb7d29c8c68ef9ba2f76 Mon Sep 17 00:00:00 2001 From: Lukacs Berki Date: Wed, 18 Nov 2015 09:55:46 +0000 Subject: Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. Fixes #508. -- MOS_MIGRATED_REVID=108123264 --- compile.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 7352c767ca..58103488d4 100755 --- a/compile.sh +++ b/compile.sh @@ -90,14 +90,6 @@ fi source scripts/bootstrap/bootstrap.sh if [ $DO_TOOLS_COMPILATION ]; then - new_step 'Building Bazel tools' - bazel_bootstrap //third_party/ijar:ijar tools/jdk/ijar 0755 - bazel_bootstrap //src/java_tools/singlejar:SingleJar_deploy.jar \ - tools/jdk/SingleJar_deploy.jar - bazel_bootstrap //src/java_tools/buildjar:JavaBuilder_deploy.jar \ - tools/jdk/JavaBuilder_deploy.jar - bazel_bootstrap //src/java_tools/buildjar/java/com/google/devtools/build/buildjar/genclass:GenClass_deploy.jar \ - tools/jdk/GenClass_deploy.jar if [[ $PLATFORM == "darwin" ]]; then bazel_bootstrap //src/tools/xcode/actoolwrapper:actoolwrapper tools/objc/actoolwrapper.sh 0755 bazel_bootstrap //src/tools/xcode/ibtoolwrapper:ibtoolwrapper tools/objc/ibtoolwrapper.sh 0755 -- cgit v1.2.3