aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authortbell <none@none>2009-06-11 21:11:22 -0700
committertbell <none@none>2009-06-11 21:11:22 -0700
commitfd7d5162f96f32b2feb8acf37506fff53b670e21 (patch)
treee7d6b6506cad284de69daf69072e2db3129b734a /make
parent2b3db04359e4a66bc82945cd38cdffc37027428a (diff)
parent9195b36805e066018aca1a78aa900b416b50ff0f (diff)
downloadjdk8u_corba-fd7d5162f96f32b2feb8acf37506fff53b670e21.tar.gz
Merge
Diffstat (limited to 'make')
-rw-r--r--make/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index 5eebabb..1cd81c9 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -106,7 +106,12 @@ endif
SOURCE_LEVEL = 5
BOOTSTRAP_TARGET_LEVEL = 5
-TARGET_LEVEL = 6
+
+ifdef TARGET_CLASS_VERSION
+ TARGET_LEVEL = $(TARGET_CLASS_VERSION)
+else
+ TARGET_LEVEL = 6
+endif
ifndef TARGET_JAVA
TARGET_JAVA = java