common/makefiles/Main.gmk

changeset 778
f643fee2b40f
parent 748
c156084add48
child 779
163091288aeb
equal deleted inserted replaced
777:c8da1b6a9762 778:f643fee2b40f
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