8137088: Drop building of interim_java.corba

Reviewed-by: alanb, ihse
This commit is contained in:
Erik Joelsson 2015-09-28 09:52:20 +02:00
parent 96f1486b0a
commit 707898754d

View File

@ -31,7 +31,7 @@ include RMICompilation.gmk
##########################################################################################
BTRMIC_CP := $(call PathList, $(INTERIM_CORBA_JAR) \
BTRMIC_CP := $(call PathList, \
$(BUILDTOOLS_OUTPUTDIR)/interim_rmic_classes $(INTERIM_LANGTOOLS_JAR))
BTRMIC_ARGS := -Xbootclasspath/p:$(BTRMIC_CP) -cp $(BTRMIC_CP)
RMIC := $(JAVA) $(BTRMIC_ARGS) sun.rmi.rmic.Main