diff make/defs.make @ 8780:98f3af397705

8006965: remove test_gamma and add dedicated test_* targets instead Reviewed-by: kvn, jcoomes
author twisti
date Wed, 20 Mar 2013 17:04:45 -0700
parents fb19af007ffc
children b9a918201d47 f2110083203d
line wrap: on
line diff
--- a/make/defs.make	Wed Mar 20 07:05:40 2013 -0700
+++ b/make/defs.make	Wed Mar 20 17:04:45 2013 -0700
@@ -302,7 +302,7 @@
 endif
 
 # Required make macro settings for all platforms
-MAKE_ARGS += JAVA_HOME=$(ABS_BOOTDIR)
+MAKE_ARGS += BOOTDIR=$(ABS_BOOTDIR)
 MAKE_ARGS += OUTPUTDIR=$(ABS_OUTPUTDIR)
 MAKE_ARGS += GAMMADIR=$(ABS_GAMMADIR)
 MAKE_ARGS += MAKE_VERBOSE=$(MAKE_VERBOSE)
@@ -337,9 +337,6 @@
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h
 
-# By default, run Queens test after building
-TEST_IN_BUILD ?= true
-
 ifndef JAVASE_EMBEDDED
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jfr.h
 endif