jdk/makefiles/CompileNativeLibraries.gmk
changeset 15126 bceb690ccf35
parent 14855 d104ff4d4bb9
child 15130 14a47a69bc62
equal deleted inserted replaced
14873:0d625373c69e 15126:bceb690ccf35
    32 # Setup the java compilers for the JDK build.
    32 # Setup the java compilers for the JDK build.
    33 include Setup.gmk
    33 include Setup.gmk
    34 
    34 
    35 # Copy files (can now depend on $(COPY_FILES))
    35 # Copy files (can now depend on $(COPY_FILES))
    36 include CopyFiles.gmk
    36 include CopyFiles.gmk
       
    37 
       
    38 # Prepare the find cache. Only used if running on windows.
       
    39 $(eval $(call FillCacheFind,$(JDK_TOPDIR)/src))
    37 
    40 
    38 # Build tools
    41 # Build tools
    39 include Tools.gmk
    42 include Tools.gmk
    40 
    43 
    41 # Include the javah generated headers.
    44 # Include the javah generated headers.