common/makefiles/Main.gmk

changeset 617
7817368287cd
parent 566
9263657c2756
child 619
76808fb4194a
     1.1 --- a/common/makefiles/Main.gmk	Wed Feb 06 11:09:24 2013 -0800
     1.2 +++ b/common/makefiles/Main.gmk	Wed Feb 06 11:12:46 2013 -0800
     1.3 @@ -160,7 +160,7 @@
     1.4  
     1.5  test: start-make
     1.6  	@$(call TargetEnter)
     1.7 -	@($(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
     1.8 +	@($(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.9  	@$(call TargetExit)
    1.10  
    1.11  # Stores the tips for each repository. This file is be used when constructing the jdk image and can be

mercurial