common/makefiles/Main.gmk

changeset 652
b35d986ff276
parent 645
5b0b6ef58dbf
child 653
980ccff2d4f5
child 886
1d38d30196be
     1.1 --- a/common/makefiles/Main.gmk	Tue Mar 05 22:45:59 2013 -0500
     1.2 +++ b/common/makefiles/Main.gmk	Wed Mar 06 08:37:27 2013 -0800
     1.3 @@ -184,9 +184,10 @@
     1.4  	@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
     1.5  	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images)
     1.6  
     1.7 -test: start-make
     1.8 +test: images test-only
     1.9 +test-only: start-make
    1.10  	@$(call TargetEnter)
    1.11 -	@($(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
    1.12 +	@($(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
    1.13  	@$(call TargetExit)
    1.14  
    1.15  # Stores the tips for each repository. This file is be used when constructing the jdk image and can be

mercurial