make/Main.gmk
changeset 29663 74ff65003536
parent 29662 78c47f0002c3
child 29852 d47c58140b41
child 29788 b581a3d9db41
equal deleted inserted replaced
29662:78c47f0002c3 29663:74ff65003536
   218 	@$(call GetSourceTips)
   218 	@$(call GetSourceTips)
   219 
   219 
   220 BOOTCYCLE_TARGET := product-images
   220 BOOTCYCLE_TARGET := product-images
   221 bootcycle-images:
   221 bootcycle-images:
   222 	@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
   222 	@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
   223 	+$(MAKE) $(MAKE_ARGS) -f Main.gmk SPEC=$(dir $(SPEC))bootcycle-spec.gmk $(BOOTCYCLE_TARGET)
   223 	+$(MAKE) $(MAKE_ARGS) -f $(SRC_ROOT)/make/Main.gmk \
       
   224 	    SPEC=$(dir $(SPEC))bootcycle-spec.gmk $(BOOTCYCLE_TARGET)
   224 
   225 
   225 zip-security:
   226 zip-security:
   226 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f ZipSecurity.gmk)
   227 	+($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f ZipSecurity.gmk)
   227 
   228 
   228 zip-source:
   229 zip-source: