--- old/make/CompileLaunchers.gmk 2014-03-13 11:19:04.780818243 +0100 +++ new/make/CompileLaunchers.gmk 2014-03-13 11:19:04.608811247 +0100 @@ -32,7 +32,7 @@ # Setup the java compilers for the JDK build. include Setup.gmk -# Prepare the find cache. Only used on windows. +# Prepare the find cache. $(eval $(call FillCacheFind, $(JDK_TOPDIR)/src/share/bin)) # Build tools --- old/make/CompileNativeLibraries.gmk 2014-03-13 11:19:05.292839070 +0100 +++ new/make/CompileNativeLibraries.gmk 2014-03-13 11:19:05.132832561 +0100 @@ -35,7 +35,7 @@ # Copy files (can now depend on $(COPY_FILES)) include CopyFiles.gmk -# Prepare the find cache. Only used if running on windows. +# Prepare the find cache. $(eval $(call FillCacheFind, $(JDK_TOPDIR)/src)) # Build tools --- old/make/CreateJars.gmk 2014-03-13 11:19:05.820860550 +0100 +++ new/make/CreateJars.gmk 2014-03-13 11:19:05.656853879 +0100 @@ -30,9 +30,6 @@ default: all -# Prepare the find cache. Only used if running on windows. -$(eval $(call FillCacheFind, $(JDK_OUTPUTDIR)/classes)) - include Tools.gmk include Profiles.gmk --- old/make/Images.gmk 2014-03-13 11:19:06.356882351 +0100 +++ new/make/Images.gmk 2014-03-13 11:19:06.192875681 +0100 @@ -30,7 +30,7 @@ default: images -# Prepare the find cache. Only used if running on windows. +# Prepare the find cache. $(eval $(call FillCacheFind, \ $(wildcard $(JDK_OUTPUTDIR)/bin \ $(JDK_OUTPUTDIR)/lib \ --- old/make/Tools.gmk 2014-03-13 11:19:06.900904480 +0100 +++ new/make/Tools.gmk 2014-03-13 11:19:06.736897809 +0100 @@ -23,7 +23,7 @@ # questions. # -# Cache all finds needed for this file. Only used on windows. +# Cache all finds needed for this file. $(eval $(call FillCacheFind, $(JDK_TOPDIR)/make/src/classes)) # The exception handling of swing beaninfo which have the own tool directory --- old/make/gensrc/GensrcProperties.gmk 2014-03-13 11:19:07.424925795 +0100 +++ new/make/gensrc/GensrcProperties.gmk 2014-03-13 11:19:07.260919123 +0100 @@ -23,8 +23,9 @@ # questions. # -# Prepare the find cache. This is only used on windows. -$(eval $(call FillCacheFind, $(JDK_TOPDIR)/src/share/classes $(JDK_TOPDIR)/src/windows/classes)) +# Prepare the find cache. +$(eval $(call FillCacheFind, $(JDK_TOPDIR)/src/share/classes \ + $(JDK_TOPDIR)/src/windows/classes)) # All .properties files to be compiled are appended to this variable. ALL_COMPILED_PROPSOURCES :=