< prev index next >

jdk/make/CompileDemos.gmk

Print this page

        

*** 36,46 **** include SetupJavaCompilers.gmk include TextFileProcessing.gmk include ZipArchive.gmk # Prepare the find cache. ! $(eval $(call FillCacheFind, $(JDK_TOPDIR)/src)) # Append demo goals to this variable. TARGETS = # The demo structure and contents should really be cleaned up. --- 36,47 ---- include SetupJavaCompilers.gmk include TextFileProcessing.gmk include ZipArchive.gmk # Prepare the find cache. ! $(eval $(call FillCacheFind, $(wildcard $(JDK_TOPDIR)/src/demo \ ! $(JDK_TOPDIR)/src/*/demo))) # Append demo goals to this variable. TARGETS = # The demo structure and contents should really be cleaned up.
< prev index next >