common/makefiles/Main.gmk

changeset 617
7817368287cd
parent 566
9263657c2756
child 619
76808fb4194a
equal deleted inserted replaced
616:168dd033604a 617:7817368287cd
158 @$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image 158 @$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
159 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images) 159 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images)
160 160
161 test: start-make 161 test: start-make
162 @$(call TargetEnter) 162 @$(call TargetEnter)
163 @($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) MAKEFLAGS= -j1 PRODUCT_HOME=$(OUTPUT_ROOT)/jdk JPRT_JAVA_HOME=$(OUTPUT_ROOT)/jdk ALT_OUTPUTDIR=$(OUTPUT_ROOT) $(TEST)) || true 163 @($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) -j1 -k MAKEFLAGS= PRODUCT_HOME=$(OUTPUT_ROOT)/jdk JPRT_JAVA_HOME=$(OUTPUT_ROOT)/jdk ALT_OUTPUTDIR=$(OUTPUT_ROOT) $(TEST)) || true
164 @$(call TargetExit) 164 @$(call TargetExit)
165 165
166 # Stores the tips for each repository. This file is be used when constructing the jdk image and can be 166 # Stores the tips for each repository. This file is be used when constructing the jdk image and can be
167 # used to track the exact sources used to build that image. 167 # used to track the exact sources used to build that image.
168 source-tips: $(OUTPUT_ROOT)/source_tips 168 source-tips: $(OUTPUT_ROOT)/source_tips

mercurial