jdk/makefiles/Tools.gmk
changeset 15126 bceb690ccf35
parent 14231 a0c23c1c010f
child 15129 38c7422a92ff
equal deleted inserted replaced
14873:0d625373c69e 15126:bceb690ccf35
    20 #
    20 #
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
       
    25 
       
    26 # Cache all finds needed for this file. Only used on windows.
       
    27 $(eval $(call FillCacheFind,$(JDK_TOPDIR)/make/tools \
       
    28     $(JDK_TOPDIR)/src/solaris/classes \
       
    29     $(JDK_TOPDIR)/makefiles/sun))
    25 
    30 
    26 # The exception handling of swing beaninfo which have the own tool directory
    31 # The exception handling of swing beaninfo which have the own tool directory
    27 ifeq (,$(BUILD_TOOLS))
    32 ifeq (,$(BUILD_TOOLS))
    28 $(eval $(call SetupJavaCompilation,BUILD_TOOLS,\
    33 $(eval $(call SetupJavaCompilation,BUILD_TOOLS,\
    29                 SETUP:=GENERATE_OLDBYTECODE,\
    34                 SETUP:=GENERATE_OLDBYTECODE,\