OpenJDK / jdk / jdk
changeset 54426:2da3b1a3942f
8221996: Bootcycle build broken
Reviewed-by: tbell
author | erikj |
---|---|
date | Thu, 04 Apr 2019 13:56:04 -0700 |
parents | 13c02cc7a6e5 |
children | 6aa05983e9d3 |
files | make/Main.gmk |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/make/Main.gmk Thu Apr 04 21:29:46 2019 +0200 +++ b/make/Main.gmk Thu Apr 04 13:56:04 2019 -0700 @@ -335,6 +335,7 @@ bootcycle-images: ifneq ($(COMPILE_TYPE), cross) $(call LogWarn, Boot cycle build step 2: Building a new JDK image using previously built image) + $(call MakeDir, $(OUTPUTDIR)/bootcycle-build) +$(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \ JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main else