make/Main.gmk
changeset 54426 2da3b1a3942f
parent 54422 f562f8318ebd
child 55112 ad4285992012
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54425:13c02cc7a6e5 54426:2da3b1a3942f
   333 
   333 
   334 BOOTCYCLE_TARGET := product-images
   334 BOOTCYCLE_TARGET := product-images
   335 bootcycle-images:
   335 bootcycle-images:
   336         ifneq ($(COMPILE_TYPE), cross)
   336         ifneq ($(COMPILE_TYPE), cross)
   337 	  $(call LogWarn, Boot cycle build step 2: Building a new JDK image using previously built image)
   337 	  $(call LogWarn, Boot cycle build step 2: Building a new JDK image using previously built image)
       
   338 	  $(call MakeDir, $(OUTPUTDIR)/bootcycle-build)
   338 	  +$(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
   339 	  +$(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
   339 	      JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
   340 	      JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
   340         else
   341         else
   341 	  $(call LogWarn, Boot cycle build disabled when cross compiling)
   342 	  $(call LogWarn, Boot cycle build disabled when cross compiling)
   342         endif
   343         endif