common/makefiles/Main.gmk

changeset 728
db3144e1f89b
parent 710
e2eb6bc06621
child 743
f8770fe60d53
child 747
ebcd79fc658d
equal deleted inserted replaced
727:44259699e0b5 728:db3144e1f89b
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= PRODUCT_HOME=$(JDK_IMAGE_DIR) JPRT_JAVA_HOME=$(JDK_IMAGE_DIR) ALT_OUTPUTDIR=$(OUTPUT_ROOT) $(TEST)) || true 186 @($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) -j1 -k JT_HOME=$(JT_HOME) MAKEFLAGS= PRODUCT_HOME=$(JDK_IMAGE_DIR) JPRT_JAVA_HOME=$(JDK_IMAGE_DIR) ALT_OUTPUTDIR=$(OUTPUT_ROOT) $(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