common/makefiles/Main.gmk

changeset 786
8e7b4d9fb00f
parent 785
0f6dde6231bd
parent 779
163091288aeb
child 806
5ec3c4948863
child 900
ddf76977d04a
equal deleted inserted replaced
785:0f6dde6231bd 786:8e7b4d9fb00f
181 @($(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)
182 182
183 test: images test-only 183 test: images test-only
184 test-only: start-make 184 test-only: start-make
185 @$(call TargetEnter) 185 @$(call TargetEnter)
186 @($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) -j1 -k MAKEFLAGS= JT_HOME=$(JT_HOME) PRODUCT_HOME=$(JDK_IMAGE_DIR) JPRT_JAVA_HOME=$(JDK_IMAGE_DIR) ALT_OUTPUTDIR=$(OUTPUT_ROOT) CONCURRENCY=$(JOBS) $(TEST)) || true 186 @($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) -j1 -k MAKEFLAGS= JT_HOME=$(JT_HOME) PRODUCT_HOME=$(JDK_IMAGE_DIR) ALT_OUTPUTDIR=$(OUTPUT_ROOT) CONCURRENCY=$(JOBS) $(TEST)) || true
187 @$(call TargetExit) 187 @$(call TargetExit)
188 188
189 # Stores the tips for each repository. This file is be used when constructing the jdk image and can be 189 # Stores the tips for each repository. This file is be used when constructing the jdk image and can be
190 # used to track the exact sources used to build that image. 190 # used to track the exact sources used to build that image.
191 source-tips: $(OUTPUT_ROOT)/source_tips 191 source-tips: $(OUTPUT_ROOT)/source_tips

mercurial