jdk/make/Tools.gmk
changeset 26192 33b90e93e3bf
parent 26191 a0ff4b39d34b
child 26227 aa7ada31eb77
equal deleted inserted replaced
26191:a0ff4b39d34b 26192:33b90e93e3bf
    31 include $(SPEC)
    31 include $(SPEC)
    32 include MakeBase.gmk
    32 include MakeBase.gmk
    33 include JavaCompilation.gmk
    33 include JavaCompilation.gmk
    34 include NativeCompilation.gmk
    34 include NativeCompilation.gmk
    35 include SetupJavaCompilers.gmk
    35 include SetupJavaCompilers.gmk
    36 
       
    37 # Cache all finds needed for this file.
       
    38 $(eval $(call FillCacheFind, $(JDK_TOPDIR)/make/src/classes))
       
    39 
    36 
    40 # The exception handling of swing beaninfo which have the own tool directory
    37 # The exception handling of swing beaninfo which have the own tool directory
    41 ifeq (, $(BUILD_TOOLS_JDK))
    38 ifeq (, $(BUILD_TOOLS_JDK))
    42   $(eval $(call SetupJavaCompilation,BUILD_TOOLS_JDK, \
    39   $(eval $(call SetupJavaCompilation,BUILD_TOOLS_JDK, \
    43       SETUP := GENERATE_OLDBYTECODE, \
    40       SETUP := GENERATE_OLDBYTECODE, \