8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.
authormduigou
Thu, 29 Aug 2013 16:04:14 -0700
changeset 19522 9369c2c7a4d9
parent 19521 36758336c4cd
child 19523 d8c8138fa87e
child 19752 935eac795255
8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output. Reviewed-by: erikj, vromero, henryjen
test/Makefile
--- a/test/Makefile	Mon Aug 26 14:49:08 2013 -0700
+++ b/test/Makefile	Thu Aug 29 16:04:14 2013 -0700
@@ -57,7 +57,7 @@
 
 # Test targets
 langtools_% :
-	@$(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_,,$@))
+	@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
 
 jdk_% :
 	@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)