From 30916e37ce46e2d945e1fc3a04939b12255e5015 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 24 Mar 2015 22:50:31 +0300 Subject: [PATCH] Move bootstrap runtime copying to 'prepare-dist' to fix dist-quick --- build.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 9a7b3dc841f..b24f2623084 100644 --- a/build.xml +++ b/build.xml @@ -46,7 +46,7 @@ located in dependencies/bootstrap-compiler/.../kotlin-runtime.jar, because the newly built compiler is just a Kotlin application, compiled by the old compiler with the old runtime in classpath. If you advance the ABI version, the newly built compiler will NOT work against the runtime it will produce on its own because they have different ABI versions. - So on the first step of bootstrap we copy that runtime to kotlin-runtime-internal-bootstrap.jar (see 'compiler' target) and change + So on the first step of bootstrap we copy that runtime to kotlin-runtime-internal-bootstrap.jar (see 'prepare-dist' target) and change the compiler classpath accordingly. On the second step this is believed to be not required, because there are little to no differences between the new and the newest runtime. --> @@ -178,6 +178,23 @@ + + + + + + + + + + + + + + + + + @@ -629,23 +646,6 @@ - - - - - - - - - - - - - - - - -