jdk/makefiles/CompileNativeLibraries.gmk
changeset 15126 bceb690ccf35
parent 14855 d104ff4d4bb9
child 15130 14a47a69bc62
--- a/jdk/makefiles/CompileNativeLibraries.gmk	Wed Jul 05 18:33:58 2017 +0200
+++ b/jdk/makefiles/CompileNativeLibraries.gmk	Thu Dec 27 20:18:42 2012 +0100
@@ -35,6 +35,9 @@
 # Copy files (can now depend on $(COPY_FILES))
 include CopyFiles.gmk
 
+# Prepare the find cache. Only used if running on windows.
+$(eval $(call FillCacheFind,$(JDK_TOPDIR)/src))
+
 # Build tools
 include Tools.gmk