# HG changeset patch # User ohair # Date 1204840607 28800 # Node ID 66df97a4308f3d4694da36d9d49a2030bdcaa16f # Parent 80e13954d5b063a2275778e96e639b4282861610 6624808: corba makefiles not using langtools compiler Summary: If supplied, the langtools javac should be used. Reviewed-by: xdono diff -r 80e13954d5b0 -r 66df97a4308f corba/make/common/shared/Defs.gmk --- a/corba/make/common/shared/Defs.gmk Fri Feb 29 20:03:57 2008 -0800 +++ b/corba/make/common/shared/Defs.gmk Thu Mar 06 13:56:47 2008 -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.