common/makefiles/Main.gmk

changeset 668
52d1b385a4ed
parent 653
980ccff2d4f5
child 684
4c13b7994f38
equal deleted inserted replaced
666:01f631f89fa3 668:52d1b385a4ed
173 sign-jars-only: start-make 173 sign-jars-only: start-make
174 @$(call TargetEnter) 174 @$(call TargetEnter)
175 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk sign-jars) 175 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk sign-jars)
176 @$(call TargetExit) 176 @$(call TargetExit)
177 177
178 bootcycle-images: 178 bootcycle-images: images bootcycle-images-only
179 @$(ECHO) Boot cycle build step 1: Building the JDK image normally 179 bootcycle-images-only: start-make
180 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(SPEC) images)
181 @$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image 180 @$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
182 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images) 181 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images)
183 182
184 test: images test-only 183 test: images test-only
185 test-only: start-make 184 test-only: start-make

mercurial