8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.

Thu, 29 Aug 2013 16:04:14 -0700

author
mduigou
date
Thu, 29 Aug 2013 16:04:14 -0700
changeset 780
51a61778a99d
parent 779
163091288aeb
child 781
4ac867c44467
child 790
6d7f27953da6

8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.
Reviewed-by: erikj, vromero, henryjen

test/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile	Mon Aug 26 14:49:08 2013 -0700
     1.2 +++ b/test/Makefile	Thu Aug 29 16:04:14 2013 -0700
     1.3 @@ -57,7 +57,7 @@
     1.4  
     1.5  # Test targets
     1.6  langtools_% :
     1.7 -	@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_OUTPUT_DIR=$(ALT_OUTPUTDIR)/testoutput/langtools/jtreg JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
     1.8 +	@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
     1.9  
    1.10  jdk_% :
    1.11  	@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)

mercurial