changeset 5:d47442fd50f4 jdk6-b02

6755901: Changes for openjdk6 build 02 6624808: corba makefiles not using langtools compiler Summary: Final b02 state (as defined by the source bundle) Reviewed-by: darcy
author ohair
date Fri, 30 Jan 2009 16:19:26 -0800
parents 92b846ee5bf1
children d7a4bf122258
files make/common/shared/Defs.gmk
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/shared/Defs.gmk	Fri Jan 30 16:15:20 2009 -0800
+++ b/make/common/shared/Defs.gmk	Fri Jan 30 16:19:26 2009 -0800
@@ -281,6 +281,13 @@
 # Get platform specific settings
 include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk
 
+# Components
+ifdef ALT_LANGTOOLS_DIST
+  LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST))
+else
+  LANGTOOLS_DIST =
+endif
+
 # These are the same on all platforms but require the above platform include 1st
 
 # BOOTDIR: Bootstrap JDK, previous released JDK.