diff -r fec639c69db2 -r a51017b6ba6d make/common/shared/Defs.gmk --- a/make/common/shared/Defs.gmk Fri Feb 29 20:03:57 2008 -0800 +++ b/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.