changeset 102:b6798a83dbd4

8008420: Tweaks to make all NEWBUILD=false round 2 Reviewed-by: jjh Contributed-by: james.laskey@oracle.com
author jlaskey
date Tue, 19 Feb 2013 09:46:28 -0400
parents 3245e174fe3a
children b228e3cdbfc3
files make/Makefile
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Mon Feb 18 10:36:18 2013 +0100
+++ b/make/Makefile	Tue Feb 19 09:46:28 2013 -0400
@@ -129,11 +129,6 @@
   endif
 endif 
 
-ifdef ALT_BOOTDIR
-  ANT_OPTIONS += -Dboot.java.home=$(ALT_BOOTDIR)
-  ANT_JAVA_HOME = JAVA_HOME=$(ALT_BOOTDIR)
-endif
-
 # To facilitate bootstrapping, much of langtools can be compiled with (just)
 # a boot JDK. However, some source files need to be compiled against 
 # new JDK API. In a bootstrap build, an import JDK may not be available,