common/makefiles/Main.gmk

changeset 668
52d1b385a4ed
parent 653
980ccff2d4f5
child 684
4c13b7994f38
     1.1 --- a/common/makefiles/Main.gmk	Tue Apr 02 15:29:18 2013 -0700
     1.2 +++ b/common/makefiles/Main.gmk	Thu Apr 04 09:24:21 2013 +0200
     1.3 @@ -175,9 +175,8 @@
     1.4  	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk sign-jars)
     1.5  	@$(call TargetExit)
     1.6  
     1.7 -bootcycle-images:
     1.8 -	@$(ECHO) Boot cycle build step 1: Building the JDK image normally
     1.9 -	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(SPEC) images)
    1.10 +bootcycle-images: images bootcycle-images-only
    1.11 +bootcycle-images-only: start-make
    1.12  	@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
    1.13  	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images)
    1.14  

mercurial