aboutsummaryrefslogtreecommitdiff
path: root/jdkX-build-release.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-02-08 10:15:08 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-02-08 10:15:08 +0000
commit239e763b8ee8cf2573949069731c0f9a1bbabc24 (patch)
tree47131c8408b8a562e2123726b0fc17396d2ab063 /jdkX-build-release.yaml
parent643ef4a12ab99a59890da969b95bf3172320c9a8 (diff)
jdk: Fix missing out directory.
Got things in the wrong order. Change-Id: Ib9bcaa886c6b37530ef9184fb150af7f09ec2d15
Diffstat (limited to 'jdkX-build-release.yaml')
-rw-r--r--jdkX-build-release.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/jdkX-build-release.yaml b/jdkX-build-release.yaml
index 3a66897597..1f0070319b 100644
--- a/jdkX-build-release.yaml
+++ b/jdkX-build-release.yaml
@@ -61,6 +61,7 @@
ccache_build_opts=--disable-ccache
rm -rf jdk* primordial-jdk* build* out
+ mkdir -p build-stage1 build-stage2 out
cd $HOME/srv/jdk-cache/jdk11
export JAVA_HOME=${PWD}
@@ -80,8 +81,6 @@
shopt -s nullglob
# Configure and build.
- mkdir -p build-stage1 build-stage2 out
-
two_stage_build=0
which java