jdk/makefiles/GenerateClasses.gmk
changeset 13164 72c5d01a857d
parent 12892 3ef14bab6254
child 13702 efd6a05935b2
equal deleted inserted replaced
13082:9b19b2302c28 13164:72c5d01a857d
    25 
    25 
    26 default: all
    26 default: all
    27 
    27 
    28 include $(SPEC)
    28 include $(SPEC)
    29 include MakeBase.gmk
    29 include MakeBase.gmk
    30 include RMICompile.gmk
    30 include RMICompilation.gmk
       
    31 
       
    32 # To ensure the latest stub generator files are picked up from corba repo
       
    33 # when available, we need to run with latest rmic version available. 
       
    34 ifeq ($(CROSS_COMPILE_ARCH),)
       
    35     RMIC := $(UNCYGDRIVE) $(JDK_OUTPUTDIR)/bin/rmic
       
    36 endif  
    31 
    37 
    32 CLASSES_DIR := $(JDK_OUTPUTDIR)/classes
    38 CLASSES_DIR := $(JDK_OUTPUTDIR)/classes
    33 # NOTE: If the smart javac dependency management is reintroduced, these classes risk 
    39 # NOTE: If the smart javac dependency management is reintroduced, these classes risk 
    34 # interfering with the dependency checking. In that case they will need to be kept separate.
    40 # interfering with the dependency checking. In that case they will need to be kept separate.
    35 STUB_CLASSES_DIR := $(JDK_OUTPUTDIR)/rmicclasses
    41 STUB_CLASSES_DIR := $(JDK_OUTPUTDIR)/rmicclasses